Newest Questions
24,222,565 questions
0
votes
1
answer
10
views
converting a list of JSON key vaules to an array in Snowflake
I have an JSON object that looks as following:
{
"Lines": {
"1": "product a",
"4": "product b"
},
"order_no": "9999"
...
0
votes
0
answers
7
views
how to set "enable true hibernation" programmatically in android 6.0 system setting display
My app is running on a android6.0 device without physical button(back,home, menu buttons).
I need to optimize battery usage, but I can only reboot when device sleep.
if check this feature "enable ...
0
votes
0
answers
9
views
Cannot build Go program using GOTK3 on Debian
When I build my Go app I get these errors:
github.com/gotk3/gotk3/glib
/home/hugh/go/pkg/mod/github.com/gotk3/[email protected]/glib/gbinding_since_2_68.go:15:9: could not determine what C....
0
votes
0
answers
12
views
Arcpy manually assign class breaks
I want to have dynamic symbology by manually assigning values for class breaks:
≤ min
min - max
> max
I've come up with the function below, the issue is that it does not create the number of ...
0
votes
0
answers
10
views
"No existing trace found" error thrown in OpenAI Agents SDK
I am trying tutorial for OpenAI Agents SDK.
https://openai.github.io/openai-agents-js/guides/tracing/#default-tracing
github.com/openai/openai-agents-js/examples/nextjs/src/app/api/basic/route.ts
...
0
votes
0
answers
14
views
Firebase Studio does not work with Google Apps Script while previously idx use to work
Project IDX used to be standalone but it is nowadays part of Firebase Studio. Previously, I was able to use IDX with Google Apps Script following these steps:
Create a blank workspace on IDX.
...
-1
votes
0
answers
17
views
VSCode GitHub Copilot Add whole context instead of a portion of file
While using VSCode, sometimes some files got dependency and would need to send multiple files.
Currently the VSCode behavior is
It detects the active file and automatically send a part of the file to ...
0
votes
0
answers
13
views
OSM Tile Servers for commercial use
I was about to launch an android app for offline mapping providing OSM tile servers thinking that they are free for commercial use ,but I lately heard that they are not free for commercial use, Is ...
0
votes
0
answers
12
views
Why can't I create bitmap when I use 3ds max sdk (C#)?
When I create a Bitmap using C#, it always fails to create properly, the code referenced is the C++ version(code
// Crop bitmap
public static void CropBitmap(IPBBitmap InBitmap, float clipU, float ...
0
votes
0
answers
19
views
Does golang have a capacity limiter library?
The limiters I found are all rate limiters, which means that only n tasks are run in each period of time.
My scenario is that the execution time of each task is different, and I want to control the ...
0
votes
0
answers
7
views
Unable to create header unit for gtkmm4
Trying to create gtkmm 4 header unit using g++ 15 with:
g++ -std=c++23 -fmodules -fsearch-include-path -fmodule-header gtkmm.h `pkg-config --cflags gtkmm-4.0`
I get the following error:
/usr/...
0
votes
0
answers
14
views
Find Table/Column That Only Contains Values From a Known Set
I'm working with a migration project on a database with a large number of tables that doesn't use many foreign key constraints and has no common naming conventions of columns/tables. It's been a ...
0
votes
0
answers
11
views
Exporting table results from ETABS using OAPI
I'm kinda new to the CSi Etabs OAPI but I've been working around with VBA for several years now.
I need a little bit of help with my code. I need to get one table from Etabs but I cannot figure what I'...
-1
votes
1
answer
27
views
Cursor/Python. How to Ignore lint type error for the entire project (Avoid to add "# type: ignore" in each file or sentence)
In the Cursor editor, how we can ignore the argument "type" lint error for the entire project?.
Error example:
Lint type error
I found a quick solution for this:
Quick Solution: Adding "...
0
votes
0
answers
16
views
Trying to build cmake - getting "defined in discarded section" when linking?
So to set the stage (and it's a strange stage...) this is on NetBSD, using pkgsrc, and on hppa architecture. I build this the same way on sparc without issue.
On hppa, I get:
`_ZL17__gthread_triggerv'...