Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 0
0 answers
38 views

I've created an analytics dashboard in Perplexity Computer, and it currently updates when I manually upload a CSV file. I'd like to automate this process. Is it possible to connect a Google Sheet or ...
Score of 0
0 answers
96 views

I work on an ERP software called ERPNext. Currently, we use MariaDB with REPEATABLE READ . We have been working on adding Postgres support to it but we have reached a roadblock. Recently on our cloud ...
Score of 2
2 answers
314 views

I was talking with a friend who mentioned that writing my own implementations of standard C++ features (like std::vector) is useful to do so I understand it better. My question is, should I write my ...
Score of -5
0 answers
122 views

The environment is supposedly activated but when I try to install a package it tries to install it globally source .venv/bin/activate.fish which python /usr/bin/python pip3 install cryptography ...
Score of -4
0 answers
79 views

I'm not sure if it's a bug related to VScode or the Claude code extension, but I am not able to use the search (CMD + F) in a claude chat window - it simply does not work. Is it normal for now, for ...
Score of -3
0 answers
45 views

I'd like to know if the Quarkus Extension AWS Lambda HTTP is currently in a stable state? Here's the background: when I go directly to the library's description, I see that the status is listed as “...
Score of -1
0 answers
75 views

I'm building a RAG pipeline where the source documents (PDFs) contain both text and images (diagrams/figures), and I need a chunking strategy that handles both properly. What I've done so far: ...
Score of -3
0 answers
85 views

We are currently developing an SMS/MMS backup application that relies on the standard Android Telephony provider. Following a recent Google Messages update, we observed that messages are no longer ...
Score of -5
0 answers
106 views

I understand self-botting is against Discord’s Terms of Service, but I’m curious to learn how to report a user or message. Could somone provide the correct Discord API endpoint for this purpose? If ...
Score of 3
1 answer
198 views

From my research, I understand WebAssembly is a tool that allows devs to run non-JavaScript languages (e.g., C/C++) on the client-side, but I have also seen comments online suggesting it can be used ...
Score of -4
0 answers
138 views

I am building a IP address generator, based on a name. I want the address to be in the 172.16.0.0/16 subnet and each name should generate a unique IP address. Names would be probably like A01, A02, ...
Score of 0
0 answers
88 views

I am designing a CI workflow that require access to a private dataset that cannot be stored in the Github repository or downloaded by a Github-hosted runner. Connection desired design: Github PR -> ...
Score of -2
0 answers
77 views

I'm currently updating my game project using newer technologies, particularly an ECS architecture. My previous architecture was based on entity templates and their instances. And I'm a little confused ...
Score of -2
0 answers
125 views

It is known that there exist several methods to numerically calculate the derivative of a sequence of numeric values, such as the three-point forward difference. From the Wikipedia page: Three-Point ...
Score of -1
0 answers
87 views

I'm developing an Android app (Flutter + Kotlin) where users must manually enable Auto Call Recording and configure the TTS engine before using the app. I know Android restricts third-party apps from ...

15 30 50 per page