Newest Questions
24,159,910 questions
0
votes
0
answers
15
views
Cant find `kernel32.lib` despite windows sdk and other tools installed and using correct environment
i wanted to build a python-c library, so i installed vs build tools 2022. i checked desktop dev with c++ and selected msvc, windows sdk, vcpkg, address sanitizer, cmake and msvc cli. I am on windows ...
Tooling
0
votes
0
replies
11
views
NVIDIA DGX Spark and cloud deployment
My company is thinking about buying the NVIDIA DGX Spark to run large LLMs locally (70B+), we process large quantities of documents and data and this is the best solution to secure the data, not run ...
0
votes
0
answers
8
views
IBM COS Java SDK error: “ibm-cos-java-sdk-sts module must be on the class path” but no Maven dependency exists
I’m using the IBM Cloud Object Storage Java SDK (ibm-cos-java-sdk) and trying to use a profile with role_arn (assume role).
Setup
~/.aws/credentials
[default]
aws_access_key_id=XXX
...
Advice
0
votes
0
replies
14
views
Bit numbering and endianness
The documentation for flags in a CRNG chunk (IFF, LBM), says the following regarding the meaning of individual bits:
Flags which control the cycling of colours through the palette. If bit0 is 1, the ...
0
votes
0
answers
26
views
Dapper .NET 8 | QueryAsync - Mapping POCO class
I'm having trouble creating a dynamic SQL script.
Tech stack:
- Database: SQL Server 2019 (I need to maintain backward compatibility with SQL Server 2008)
- Backend: .NET 8
- Micro ORM: Dapper
...
0
votes
1
answer
27
views
cmake automatically add linking options when I cross compile executables
I cross compile executables using cmake on windows. But It automatically add default linking options and libraries. How can I remove these?
Here's the thing cmake add.
-fuse-ld=lld-link -Xlinker /...
Best practices
0
votes
0
replies
15
views
How to host Power BI dashboards for public access without a Premium license?
I am a student building a portfolio of Power BI dashboards. I want to make these interactive for recruiters (similar to how I host code on GitHub).
I am looking for the technical process to "...
0
votes
0
answers
24
views
R Bookdown gitbook search option not working
I'm doing some documentation in an R Bookdown document and the search option would be very helpful to have - by clicking the loupe button.
But sadly this is not showing the effect like in other online ...
0
votes
0
answers
29
views
SQL Server Polybase importing parquet: Operand type clash: bigint is incompatible with datetime
We have a parquet file on S3 and are importing it into SQL Server 2022.
The issue is that mydatetimefield is a timestamp dtype (internally stored as bigint) in parquet file and the dtype on import ...
0
votes
1
answer
24
views
Removing/resetting cell background color to null or white conditionally
My function will run without error and it will log the new cell color of white, or null (whatever one I test with), but it will not reset the cell background color of any cells in the range if any of ...
Best practices
0
votes
0
replies
26
views
C# internal modifier, obfuscation and unit tests
TLDR;
Single project, 95% marked as internal, on purpose, tested by separate test project utilizing InternalsVisibleTo
Running tests on obfuscated release build throws a bunch of ...
-2
votes
0
answers
35
views
How Can I Reuse a Function That Grabs Blog Titles Via JSON but Requires a Different Starting Index? [closed]
I have a Archive page for my blog that initially loads titles for posts 1-25, but the user can change the displayed post titles by clicking links.
I'd like to shorten the code and use the same ...
Advice
0
votes
0
replies
8
views
How to correctly install Admob into my Swiftui project?
New to SwiftUI and I am working on my first game. I have been following the instructions from this YouTube video to add Admob to the project:
https://www.youtube.com/watch?v=ZPGvJmw2xfc
Below is the ...
Advice
0
votes
0
replies
17
views
In DSPy, how do I efficiently provide background information?
I intend to process a lot of straightforward question->answer cases with DSPy (specifically, I expect to use ReAct but I can use additional modules if needed). However, I have a chunk of background ...
0
votes
0
answers
20
views
GA4 Web property can't be linked to the Firebase console
I have a mobile app which uses Firebase as the Analytics module, which I then have it viewed on the GA4 console. Within the GA4 console, I created a new Web stream to start tracking data on web. I was ...