Newest Questions
24,148,594 questions
Score of 0
0 answers
6 views
TCP Retransmission followed by RST/ACK on localhost
I'm trying to get Guilty Gear Strive to work, and I've found that it tries to send information to port 10801, but is receiving resets:
I added a rule to the Windows firewall to allow incoming ...
Advice
0
votes
2
replies
30
views
What's one habit that changed your life?
Sometimes the smallest habit creates the biggest transformation. Whether it's reading every day, exercising, waking up early, journaling, or simply staying consistent I'd love to hear your answer.
...
Best practices
0
votes
1
replies
11
views
Where should values that will rarely change be stored in a full stack application
A simple example would be something like ESRB ratings, they change on occasion but not often. If I wanted to keep a list of these ratings for a full stack app, where is best to store them? I've ...
Score of 0
0 answers
5 views
TestFlight shows app but install fails with “The requested app is not available or doesn’t exist”
I’m facing a TestFlight internal testing issue and I’m trying to understand whether this is an Apple-side distribution problem.
Current situation:
Build is fully processed
Build status is Testing
...
Score of -1
0 answers
22 views
How do you query select elements by multiple classes, to avoid O(n)
How do you query-select elements by multiple classes, to avoid O(n)?
Let's say I have a grid of x*y elements. How do I search for a block with specific coordinates, circumnavigating O(n) search
Score of -1
0 answers
18 views
Wordpress custom Template - PHP 2 Foreach
I try to create a custom WP template but my code don't works well for the emojies part...
I wanna echo example here, 3 posts with numeric emojies on each post ordered numeric.
Example:
1️⃣ POST TITLE
...
Score of 0
0 answers
26 views
I do not get powershell results in Windows 11 when queried through TCL exec
in Windows 10 I was using wmic to retrieve the current serial number. Now in Windows 11 I was trying to read it through powershell:
exec powershell.exe -Command "(Get-CimInstance Win32_BIOS)....
Advice
0
votes
0
replies
18
views
When selfhosting fonts from Google Fonts, it's better to use the download feature of the Google Fonts website or get them from the Git repositories?
The Google Fonts website has a feature to download fonts after adding them by clicking the "Get font" button. However many of them are also available on Git repositories often hosted on ...
Score of -1
0 answers
29 views
Errno 1112816 on Python 3 - unseen error code
I am running a pretty standard Flask app on a standard Ubuntu VM.
I am getting an OSError code that I could not find referenced anywhere online before:
File "/home/user/llmGuess/app.py", ...
Score of -1
0 answers
27 views
Frameset that displays random pages
I am trying to make a frameset that displays random pages from my site. There are a handful of pages that need to open in new tabs and are excluded. I'm not sure how to link this JS script with the ...
Score of 0
0 answers
6 views
Can't drop new views on main view in Xcode 26
I created a new MacOS application project using Xcode 26.2 and am trying to add new views to the main view in the view controller scene but when I drag from the Library window it no longer allows me ...
Advice
0
votes
0
replies
15
views
Find Consecutive Red Candles in TradingView Pine script
I am looking for a tradingview pine script to be added to a list of 500stocks. I wanted to check here if its possible to scan a list of 500stocks that have consecutive 3 or more red candles in ...
Score of 0
0 answers
21 views
Why does clangd suggest nullptr_t before nullptr when typing 'null?'
Clangd seems to prefer suggesting less useful completions before the most useful ones. For example when I type 'null' it suggests nullptr_t before nullptr. Maybe that's intended or not altogether ...
Score of -2
0 answers
48 views
Demuxing door cam video [closed]
I have a video file that I’m having trouble demuxing. I could use some help. I’ve tried using ISH +ffmpeg and I keep getting stuck trying to get the file from iOS so ish can read it
Score of 0
1 answer
42 views
Query that shows if a member meets defined metrics from the metrics table
I am trying to figure out how to write a query that can show me if a member meets defined metrics from our metrics table. There is a table that holds member survey answers and we have business ...