Newest Questions

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
8 views

everybody, ## Process this file with automake to produce Makefile.in lib_LIBRARIES = \ libhelpers.a libhelpers_a_SOURCES = <set of source files> libhelpers_a_CXXFLAGS = <set of CXX ...
Score of 0
0 answers
12 views

when ever i create a azure function app i don't get a option to open it in the portal. I want to know how to connect app and use it wisely and efficiently..
Score of 0
1 answer
10 views

I cloned a repo into my system but later that repo had changes on Github. Since I had already cloned that repo earlier which means it has no changes. How do I get the new changes made on Github. ...
Score of 0
1 answer
35 views

What technical skills should I learn to use AI coding assistants effectively? I’m trying to understand the development approach sometimes called “vibe coding,” where a developer uses natural-language ...
Score of 0
0 answers
14 views

After updating Flutter to version 3.44.6, I can no longer run my Flutter app on Linux. The app builds successfully, but when it launches, I get the following error: Launching lib/main.dart on Linux in ...
Score of 0
1 answer
23 views

I'm creating a data type library that takes in some text and converts it into a usable data format, and I want to make life easier for those who are debugging by outputting some useful information ...
Score of 0
2 answers
18 views

I am choosing between Express or Nest JS. In terms of performance and scalability, I would choose the one which is better in longterm to iterate and refactor the code without making any big loss/...
Score of 1
0 answers
16 views

I'm writing a kernel in Rust for the Raspberry Pi 3b+ hardware which uses Mini UART for I/O. And so far it had been working wonderfully on QEMU. However, when I finally got access to real hardware to ...
Score of 0
1 answer
34 views

In the following code, it appears numpy does a copy when slicing: >>> a = numpy.arange(1, 5, dtype = numpy.int32).reshape((2, 2)) >>> a array([[1, 2], [3, 4]], dtype=int32) &...
Score of 1
2 answers
34 views

I'm trying to understand the architecture of a stream processing framework (conceptually, not JDK implementation details). My current understanding is: A stream pipeline is a chain of stages like ...
Score of 0
1 answer
24 views

Suppose I have a function that uses decidability to choose one of two outcomes, and I have a proof that one of the branches will be taken; how can I combine these to reduce a proof about this function ...
Score of 2
2 answers
75 views

For context: I'm currently re-learning C after a long time without using it (since school). Now I need to use it a little in work as well as C++. This question is not about the sqrt function, but ...
Score of 0
0 answers
18 views

I am implementing an internal Google Workspace web application that uses Google's OpenID Connect authorization-code flow with PKCE, state, and nonce. The application requests only the openid scope. ...
Score of 0
0 answers
27 views

I 100% expect this question to be downvoted or deleted if I am wrong, but if I am right, then this is a genuinely useful question for the Swing community to have answered. It'll be great for beginners ...
Score of 0
0 answers
31 views

I need a Pydantic field for sensitive strings such as API keys. The behavior should be: The real value is stored in the model. model_dump() and model_dump_json() return the real value because I need ...

15 30 50 per page
1
2 3 4 5
1609627