Newest Questions
24,148,589 questions
Advice
0
votes
0
replies
6
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 -2
0 answers
9 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 0
0 answers
14 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
9
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
19 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 -3
0 answers
41 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
0 answers
32 views
How to join a data table to a metric table and ensure that all rows from the metric table are joined on
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 ...
Score of 0
0 answers
7 views
Getting "Service unavailable" error when querying users.list for directManagerId but not other attributes
I am making calls to https://developers.google.com/workspace/admin/directory/reference/rest/v1/users/list and searching using the query paramater. It supports many fields including directManagerId.
If ...
Score of -1
0 answers
13 views
How do I filter by contents of an unnamed object with JSONPath?
I am trying to make a JSONPath (RFC 9525) expression which filters results based on fields inside an unnamed JSON object, as indicated by curly brackets {}. In this case, array entries where udm==&...
Advice
0
votes
1
replies
35
views
Need advice on how to represent solutions for the Bees Algorithm in maze pathfinding
So I want to try and use the Bees Algorithm to perform pathfinding through a maze and compare it to A* but I'm having some trouble with how to implement it. I saw some studies that used BA for ...
Score of -1
0 answers
31 views
ERROR BrowserAuthError: crypto_nonexistent
I have a site hosted on a particular IP. I have implemented MSAL (Microsoft Auth Library) for login.
The page, for example: http://10.<something>/my-app is registered in Azure Web App.
I have ...
Score of -1
0 answers
26 views
How do I refer to highest value of a loop variable's range in VHDL?
I have a simple piece of code in VHDL. I'd like to get the highest value of the for loop variable.
I was about to refer to the highest value of i with 'high attribute or even taking the range of i ...
Score of -1
0 answers
19 views
Default theme colors (Title/Button) changed after upgrading to latest Maven version
I upgraded an older Codename One project to the latest CN1 Maven version (7.0.255). The build succeeds and runs perfectly, but I noticed that the default color schemes for several components have ...
Score of 3
1 answer
28 views
Glitches on Tx output pin of UART implemented using a Lattice IceStick FPGA board
I have just started to learn fpga "programming" with Verilog, using a Lattice IceStick development board (iCE40HX1K FPGA). As an exercise, I have copied a uart example I found on the ...