Newest Questions

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

I'd like to change the size of the symbols but they cannot be wrapped in additional HTML tags. Is there a way to target a unicode range when setting font-size? Such as, span.name[...unicode range...] ...
Gary's user avatar
  • 3,330
0 votes
0 answers
3 views

I'd like to make a DIV that stretches to fill all available vertical space within its parent DIV, but upon growing larger than that parent DIV—because of content inside of it, like images, or text—...
neira's user avatar
  • 41
Advice
0 votes
0 replies
5 views

Context/Goal I am currently finalizing a paper on Windows Shell artifact generation and wanted to share some experimental findings regarding the interaction between applications and `shell32.dll`. My ...
Sakar Joshi's user avatar
-1 votes
0 answers
9 views

Unfortunately, a Firefox session with thousands of windows crashed for me. I been trying to restore it without success so far. I tried to restore it using the well-known method (from https://www....
TRUMPI's user avatar
  • 31
0 votes
0 answers
8 views

When creating the bar chart below, the spacing between Jan and Feb is larger than the spacing between Feb and Mar. How can I increase/decrease the spacing between these graphs? bar_chart The code used ...
Richard's user avatar
Tooling
0 votes
0 replies
14 views

I've recently been working on a technical maintenance project involving IoT and AI large language models. A colleague suggested finding and comparing models on Hugging Face. I noticed there are many ...
Node Marvin's user avatar
0 votes
0 answers
24 views

Consider this example: #include <atomic> #include <thread> int main(){ std::atomic<int> epoch = {0}; std::atomic<int> value = {1}; std::thread t1([&](){ epoch....
xmh0511's user avatar
  • 7,832
0 votes
0 answers
22 views

What I have I have a beginning of a kernel that runs fine in QEMU from an ISO file that I custom made, but when booting that same ISO file in bare metal from Ventoy the program crashes at mov cr0, eax,...
Adi Mehmedičević's user avatar
0 votes
0 answers
12 views

i'm trying to mask my supabase project url (e.g. xyz.supabase.co) behind my own custom api domain (api.mydomain.com) to achieve cleaner oauth branding. specifically, i want the google/x "choose ...
ceemv22's user avatar
0 votes
1 answer
20 views

I did npm init -y and created an index.js but I am getting error when I do node index.js because of ES6 that I use. what is the quickest way to run this code without error.
Evergreen98's user avatar
Best practices
0 votes
7 replies
44 views

How do I install Python and run a simple script on Windows 10? Getting ‘python not recognized’ error I am a beginner in Python and have an assignment due on May 8. I need to set up Python on my ...
Lumen Kiss's user avatar
Advice
0 votes
0 replies
21 views

I wrote a function that uses a list of characters, then returns a list of all permutations of those characters where no character is repeated of a given length. I eventually want to change it so that ...
Todd R's user avatar
  • 81
Best practices
0 votes
1 replies
21 views

I've been developing games on Unity for 6 years, and now I've decided to try writing an app on .NET MAUI. I want to make a music player. That's the question - how do you natively play music on devices?...
Anthony Brateyko T0xan's user avatar
1 vote
1 answer
19 views

I'm implementing Sign in with Apple on iOS using Flutter + Firebase Auth. Apple returns a valid token but Firebase rejects it with: firebase_auth/invalid-credential — Invalid OAuth response from apple....
Megaphone's user avatar
Tooling
0 votes
2 replies
23 views

The data I'm working with is testing rodents for different pathogens. There were 60 rodents tested but each rodent was tested for 18 different pathogens and each pathogen test is listed as a different ...
Coen's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1610465