Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
9 views

I have been attempting to resolve this issue: Error LNK2001 unresolved external symbol IID_ID3D11ShaderReflection DirectX11 C:\<..>\DX11ShaderReflection.obj 1 for quite some time now within the ...
EchoXTeknology's user avatar
-4 votes
0 answers
22 views

Could someone please verify this bug in BCC32.EXE 6.16.0.33 (CodeGear™ RAD Studio 2009 Version 12.0.3170.16989): typedef struct{ __int64 i; } S; void foo(){ S s={0I64}, *p=&s; p->i <&...
Boba's user avatar
  • 37
-1 votes
1 answer
16 views

I need a way to determine programmatically the symbolic relationship between variables in an equation For example, forall x, given 3ax - bx = 0, I want to determine that b must be equal to 3a. When I ...
aquagarced's user avatar
Advice
0 votes
1 replies
11 views

Lately I've been running into some performance Issues with std's unordered_map, I use it mainly for hash wise lookup, e.g: std::unordered_map<uint64_t, mpark::variant<int32_t, float>> ...
pogrammerX's user avatar
0 votes
0 answers
26 views

I'm working with a large unfamiliar codebase. The tests are written in unittest and run by pytest. I've tried adding a new test based on an existing test but it's being skipped: Running pytest with ...
Roy Smith's user avatar
  • 2,177
0 votes
0 answers
28 views

I am currently working on an application that has a large amount of duplicated logic shared across its components. One of the primary reasons for this is the components are using a Context component ...
Taugenichts's user avatar
  • 1,365
Tooling
0 votes
2 replies
18 views

I’m designing a custom ERP system that includes multiple modules such as inventory management, accounting, HR/payroll, and CRM. My goal is to build a system that is scalable, maintainable, and can ...
Skylane Solutions's user avatar
Advice
0 votes
1 replies
27 views

I am French and I am not very familiar with Stack Overflow's customs and practices. So, please excuse my poor English. My question might seem naive and silly, but thank you in advance for your ...
PCKB's user avatar
  • 107
Best practices
0 votes
0 replies
15 views

I want two rate-limit layers in one Fastify plugin: one at 'onRequest' using IP and one at 'preHandler' using user.id. Both are registered in the same plugin. Is this safe? Is there a better way to do ...
turbootti's user avatar
Advice
0 votes
2 replies
32 views

A merchant who specializes in selling mobile phones and 4G modems has asked me to develop a program for him to check whether his modems have been activated or not. In other words, as soon as a modem ...
Saqr Farhan's user avatar
-1 votes
1 answer
22 views

@using (Html.BeginForm("SpremiPodatke", "Zaposleni", FormMethod.Post, new { enctype = "multipart/form-data" })) { <div> <span>Slika</span> ...
Emelin's user avatar
  • 1
Tooling
0 votes
4 replies
30 views

I am designing a LAMP-based application expected to handle high concurrent traffic (e.g., thousands of requests per minute). The core stack includes Linux, Apache, MySQL, and PHP. Based on documented ...
Francisco IA Lover's user avatar
1 vote
0 answers
20 views

I'm trying to use Modin with a Dask LocalCluster to parallelize pandas DataFrame operations in a Django application (Python 3.13). Even with processes=False (thread-based workers, same process), the ...
Atul Jaiswal's user avatar
0 votes
0 answers
36 views

I am trying to read/write chunks bytes on a disk partition (lettered W). However, when I try to use a RandomAccessFile to do this, it always tells me that my parameter is incorrect on the line reading ...
milkchunks's user avatar
-1 votes
1 answer
27 views

How to launch a Chrome instance from VSCode for debugging that has my account config (Google profile, plugins, etc.)? If I add the standard launch config, it opens a 'gutted' chrome version. But I ...
DBencz's user avatar
  • 1,384

15 30 50 per page
1
2 3 4 5
1610774