Newest Questions

Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
8 views

What are the solvers that interface with the Semicontinuous variable range in JuMP? using JuMP using solver # solver that supports Semicontinuous range model = Model(solver.Optimizer) @variable(...
useranonis's user avatar
-1 votes
0 answers
18 views

Following is my code: public boolean isPalindrome(int x) { if (x == 0) return true; if (x < 0) return false; int digitsCount = (int) Math.log10(x); return ...
Eyal B's user avatar
  • 13
0 votes
0 answers
6 views

I am attempting to build ImGui for C using the DearBindings generator. My CMake is shown below. # Create the CImGui library add_library(CImGui ${GENERATED_DIR}/cimgui.cpp ${...
Tristan Moda's user avatar
-1 votes
0 answers
22 views

Hopefully I can solve this before someone else reply's to this, but for anybody who sees this I've got an error while trying to take a bunch of raw pointers and replace them with smart pointers. I've ...
Solana Tan-Diaz's user avatar
Advice
0 votes
2 replies
33 views

I would like to start computer science courses at my University soon and I want to be prepared. Best recommendations? Free or paid is alright. If you could link an IRL, I have a personal computer ...
Heidi Trammell's user avatar
0 votes
0 answers
22 views

I have a Nextjs application version 16.1.6 with react version 19.2.4. I am getting the following error, Can't perform a React state update on a component that hasn't mounted yet. This indicates that ...
dev_in_training's user avatar
-1 votes
0 answers
38 views

For security reasons, Firefox and other browsers block local file: URLs like file:///tmp/foo.html that are linked from external web pages. That makes sense to me. But it also blocks access to file: ...
DavidBooth's user avatar
0 votes
0 answers
13 views

I am trying to setup a develoment environment in my computer using icinga2 and victoria metrics db to store hosts metrics, using docker containers. But I can't make it work. This is the relevant part ...
jmiguel77's user avatar
  • 882
Best practices
0 votes
3 replies
60 views

I have created a folder (project0) and pushing with the line command tool "first commit" - the GitHub accept the changes and the remote repository was updated. When I create the folder (...
Gabriel Savaccini's user avatar
-2 votes
0 answers
32 views

Every day or 2, Tailscale requires me to re-auth. This is annoying and actually breaks things in a convoluted way; ssh into device; prompt to login to tailscale on Claude code; prompt again, prompt ...
Vijay Sharma's user avatar
Best practices
0 votes
1 replies
39 views

So, I am a beginner in rust so take it easy with the explanations. I am getting acquainted with the concept of Rc<RefCell<T>> and it has been handy.... feels very much like working with an ...
eftshift0's user avatar
  • 31.8k
-3 votes
0 answers
24 views

I am developing a local RAG application using Langflow and need to know the correct way to programmatically send and render local images (PNG/JPG) from a Custom Component to the Chat Output. Currently,...
Ivy's user avatar
  • 1
0 votes
0 answers
29 views

I am testing the CyberSource REST Payments API in the sandbox environment. POST https://apitest.cybersource.com/pts/v2/payments Authentication HTTP Signature using: • Merchant ID • Key ID ...
Praveen Mathi's user avatar
-3 votes
1 answer
88 views

Building my program on gcc (some old version), I got: narrowing conversion of '(schemaName.std::__cxx11::basic_string<wchar_t>::length()+ 2)' from 'std::__cxx11::basic_string<wchar_t>::...
Igor's user avatar
  • 6,562
0 votes
1 answer
36 views

I am currently trying to develop a addon-oriented CMS with Laravel, but I hit a wall when I tried to intervene with Laravel's default migration order. Laravel, by default runs your migration orders by ...
Doğa Korkmaz's user avatar

15 30 50 per page
1
2 3 4 5
1611213