Newest Questions

0 votes
0 answers
3 views

How do I fix my Python Interpreter and Venv?

Ive become super frustrated with this. Every time i run my program it just crashes and i know it has to do with the python interprter. even when my terminal is in the rigth venv it will just crash ...
Hussain Altufayli's user avatar
0 votes
1 answer
12 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" ...
Saqib Ali's user avatar
  • 4,492
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 ...
JoShin's user avatar
  • 71
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....
Hoodoo's user avatar
  • 79
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 ...
jamesbondo's user avatar
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 ...
a10adotapp's user avatar
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. ...
farooq's user avatar
  • 310
-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 ...
User2012384's user avatar
  • 4,925
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 ...
mahmoud reda's user avatar
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 ...
Red Halo 's user avatar
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 ...
zcfh's user avatar
  • 121
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/...
programmer's user avatar
-1 votes
0 answers
15 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 ...
Anthony Jack's user avatar
  • 5,561
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'...
Julián Felipe Herrera Mejía's user avatar
-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 "...
Emi's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1614838