Newest Questions
24,159,919 questions
0
votes
0
answers
8
views
database error trying to enforce constraint
I am writing a small script to colelct some url info, and store it in database.
getting the following error ::
Dropping index: sqlite_autoindex_keywords_1
Traceback (most recent call last):
FilX e &...
-2
votes
0
answers
21
views
JavaScript func (wav encoder) works in localhost but not production -- why?
I have a Wav encoder (based on the code here: https://github.com/cretamusicsoftware/Audio-Exporter/blob/master/script.js).
The wav encoder func works in localhost, but, most of the time, not on the ...
0
votes
0
answers
23
views
Firefox Web Extensions: adding datepicker input to popup?
I am trying to add a builtin datepicker (i.e. <input type="date">) to a Mozilla web extension (which is based on html/css/js) but the calendar does not popup.
The code below (stripped ...
-2
votes
0
answers
35
views
Why is Google's Chromium OS source downloader asking for a username and password and can it be avoided?
I'm following the instructions to setup an environment in which to compile Chromium OS source code, but I got this message:
$ repo init -u https://chromium.googlesource.com/chromiumos/manifest.git --...
0
votes
1
answer
41
views
line count returns 2 less than expected
// Last task removal
if(!strcmp(argv[2], "last")) {
int line = 0; // Which line is last in the file
FILE *fileptr = fopen(FileAddress, "r&...
-2
votes
0
answers
30
views
No module named Mitmproxy [closed]
trying to create an add on on my mitmproxy device.
using a python file, I put the code 'form mitmproxy import http', yet the no module error occurs
both mitmproxy and python are installed
As far as ...
-2
votes
0
answers
18
views
How can i replace esx context and esx menu defoalt to ox context and ox menu [closed]
How can i replace esx context and esx menu defoalt to ox How can i replace esx context and esx menu defoalt to ox How can i replace esx context and esx menu defoalt to ox How can i replace esx context ...
Advice
0
votes
1
replies
25
views
Practical tips for coding
I’m pretty much just getting started with coding and web development. To be honest, I’m not too bad at HTML and CSS, but I’m really struggling with dynamic web projects—I’m having a hard time using ...
-2
votes
0
answers
23
views
Dynamically Generate Blog Post Hyperlink Titles Based on User Clicking Hyperlink
The bottom of my blog's sidebar shows hyperlink titles of the last few posts (from newest to oldest).
I wanted readers to be able to view a larger number of hyperlink post titles on a new Archive page ...
-2
votes
1
answer
35
views
How to import pixi.js without Vite or any other bundler
I'm trying to run a page with Pixi.js code in it in a Node environment, but I'm getting this message.
Source map error: Error: request failed with status 404 Stack in the worker:networkRequest@...
3
votes
2
answers
43
views
Where in the C standard does it specify the corresponding argument for %n in fscanf shall be a pointer to int or unsigned int
The C23 standard draft n3220 says the following about the conversion specifier n for fscanf in statement 7.23.6.2p12 (emphasis mine)
n No input is consumed. The corresponding argument shall be a ...
Advice
0
votes
0
replies
24
views
Is it possible to overlay SVG text onto an html canvas (or an 0ffscreen canvas)
Since html canvas text can be sometimes be a little weak, for example when displaying vertical text. Is it possible to use, something like SVG text overlayed on an html canvas to improve the ...
0
votes
0
answers
21
views
How to handle Notify signal with QDBusConnection::sessionBus().connect()?
With Qt5 and Qt6, I'm trying to handle the following signal:
QDBusConnectionPrivate() got message (signal): QDBusMessage(type=Signal, service=":1.10", path="/ca/desrt/dconf/Writer/user&...
-2
votes
0
answers
36
views
Improve Scala code with fs2grpc, and cats create tail recursion
Please help me convert my working Scala code def loop to @tailrec
I would be grateful if you could tell me the best practice to do this.
object ClientApp extends IOApp {
override def run(args: ...
Advice
0
votes
0
replies
39
views
Tauri which you can build native apps for desktop & phone with one code base
I have built all my apps using JavaScript, and for desktop, I have always loved to use Electron.js.
But a while a go i've heard Tauri for the first time!
Its features & powerful full-cross-...