Newest Questions
24,188,990 questions
0
votes
0
answers
8
views
Trouble using the Chrome Browser
I am having trouble using the Chrome browser. I am trying to get and run a script from https://javaproxya.dnsalias.com/. However, this causes a CORS error.
The error text is "Access to script at '...
0
votes
0
answers
9
views
Cannot erase data inside .unity3d file using UABEA
I have an example .unity3d file and inside suppose to be file with random string, but i don't why someone put this in here and cannot be edit/remove. Can some one help me with this or suggest me what ...
0
votes
0
answers
4
views
Is it the bug? "Manage Deployments" -> "New Version" erroneously archives active deployment and creates a new "Untitled" instance
Component: Apps Script > Deployment / Web App
Description: I am experiencing a critical issue with the "Manage deployments" feature in the new Apps Script editor. When attempting to ...
-1
votes
0
answers
6
views
How to setup github mcp server locally and run it in https/localhost/mcp in n8n
How to get it conffigured locally using mcp github , so that when quired it is able to list all the operations
0
votes
0
answers
6
views
How to make hatch test install the whl instead of directly using it?
With the AI answers, I was recommended to do:
[tool.hatch.envs.hatch-test]
dev-mode = false # This is the line recommended by AI to have it installed instead of having it editable/local use mode
...
0
votes
0
answers
6
views
How to specify a field of default value to be always included individually in yaml definition for a C# OpenAPI service
I have a C# OpenAPI service, which uses dotnet-nswag.dll openapi2cscontroller to generate the Controller code based on a yaml definition.
In Program.cs,
builder.Services.AddNewstonsoftJson(
options =&...
0
votes
0
answers
4
views
Flutter infinite_scroll_pagination: refresh() doesn’t call fetchPage when filters update
I’m using the infinite_scroll_pagination package in Flutter and I’m facing an issue with PagingController.refresh().
I expect that when the user changes a filter, the list should reset and fetchPage ...
-4
votes
1
answer
11
views
Why does Python show “TypeError: list indices must be integers or slices, not str”?
I’m trying to access values inside a list of dictionaries, but Python throws this error:
TypeError: list indices must be integers or slices, not str
This is the code I’m using:
data = [
{"...
0
votes
0
answers
7
views
Jenkins Groovy list user login with Groovy script
I am Rajeswari
In the groovy script i have to filter who login in Jenkins but
I am able to filter the user list all in the manage/security Realm the user list So
How to use it
they is no direct method ...
-2
votes
0
answers
15
views
How can I delete a filepath that has over 255 characters having subfolders inside it in Windows?
So I am working on handling delete module for filepaths over 255 characters. These filepaths are created using C libraries. But for deleting them I couldn't find a proper solution. Here are the things ...
0
votes
0
answers
11
views
GIMP3 Cannot launch script-fu on MAC. Script Console Will Not work
I have used a published sample Hello World script-fu script to test this, put the file in a script folder that is listed at the top of the script Folder list in settings, put the (.scm) script in a ...
0
votes
0
answers
9
views
Java Swing - JComboBox getSelectedItem() not finding the object (cannot be resolved)
I'm making a simple budget calculator tool, where I have a couple input boxes, and a JComboBox to select /week, /month, or /year
I assumed I could just call getSelectedItem() on foodRateBox to get the ...
0
votes
0
answers
10
views
CSS calc() differs in Samsung/Firefox vs Chrome/Edge
I’m working with the following code:
<div style="--w: 30px;"></div>
And I’m testing two expressions:
Test Case 1
calc(30px / 720px * 100vw)
Test Case 2
calc(var(--w) / 720px * ...
-1
votes
0
answers
8
views
How do you fix Intellisense errors in a CMake project when Visual Studio Community is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler.
My C++ code ...
0
votes
1
answer
13
views
Promptfoo Openai API key is not set error
I am trying the assertion type llm-rubric for one of my tests and I keep getting the same error:
Error: API key is not set. Set the OPENAI_API_KEY environment variable or add `apiKey` to the provider ...
