Newest Questions

Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
4 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
0 votes
0 answers
6 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
11 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
-1 votes
0 answers
27 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,566
0 votes
0 answers
14 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
0 votes
1 answer
10 views

I've used the Angular/ASP.Net templates in the past with Visual Studio and they've worked reasonably well. Now I've upgraded to VS2026 and am using the latest node.js and angular cli. For the life of ...
Dan's user avatar
  • 583
0 votes
0 answers
23 views

I'm using the Win32 library to interact with serial ports. More specifically, I'm using the GNAT.Serial_Communications library in some basic Ada code and calling the Open procedure imbedded in this ...
sirjuicebox's user avatar
Advice
0 votes
0 replies
17 views

I'm looking for high-quality tutorials that can provide a step-by-step guide to achieving the design in question using Adobe Illustrator. Despite numerous attempts, I have consistently struggled to ...
Jas Singh's user avatar
0 votes
0 answers
13 views

Background Angular's signal form API (e.g. from libraries like @angular-signal-forms) requires an injection context to be created, which means it can only be initialized during component/service ...
Jason He's user avatar
  • 113
0 votes
0 answers
28 views

I'm trying to compile a C++ project on Windows using OpenCV with Visual Studio 2022 and CMake. I added OpenCV as a subdirectory, but I get the following compilation error: error C1083: Cannot open ...
Rubén Méndez Vallés's user avatar
-2 votes
0 answers
30 views

App that scans hard drive for PDF, Excel and Word files except hidden files/folders and copies them to one drive sync folder I have written this code but doesn't work, it goes on forever and doesn't ...
kostas m's user avatar
Advice
0 votes
1 replies
11 views

Is there a way to do DNAT using linux? Destination NAT configuration Destination NAT (DNAT) function includes destination IP address translation for packets transferred through the network gateway. ...
Mohammed Karill's user avatar
0 votes
0 answers
20 views

I'm using <FlatList inverted /> and when I tap the status bar on iOS, I'm expecting that the list will scroll to the top. However, it scrolls to the bottom. Even refresh controls render at the ...
lkp's user avatar
  • 90
Advice
0 votes
1 replies
22 views

Is there anyone out here who is experienced with actually teaching people Linux stuff, I'm only a student and looking to see the validity of the way our substitute teacher explains the stuff that we ...
Mohammed Karill's user avatar
0 votes
0 answers
27 views

NullAway is reporting a dereference error on all parts of the place.getGeographicLocation().getValue().getGeoJson().getCoordinates() chain from the snippet below, even though it's been validated by ...
korshyadoo's user avatar

15 30 50 per page
1
2 3 4 5
1611213