Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
4 views

Typically in order to pass non-textual data (audio, image, video) to a model you would need to save the data to a file and then specify the path (or url) to the file. messages = [ { &...
k355l3r5yndr0m3's user avatar
Best practices
0 votes
0 replies
8 views

Other than this method: npm uninstall tailwindcss postcss autoprefixer rm tailwind.config.js postcss.config.js delete the postcss.config.js tailwind.config.js then: composer require aldhix/breeze-...
ixie's user avatar
  • 1
0 votes
0 answers
13 views

I recently started to learn SQL and got the basics down. What are some good practices YouTube videos I can watch to improve my skills. I want to become fluent in SQL.
Tomas Reyes Luquin's user avatar
Advice
0 votes
0 replies
19 views

I am developing a Python tool to simulate energy efficiency in smart homes. I need to calculate the heat transfer coefficient (U-value) when adding a window film layer. Given the Visible Light ...
Global Window Films's user avatar
0 votes
0 answers
8 views

I'm implementing a backfill process to re-enrich old commit data in my application. This involves: Marking old commits as "BACKFILL_PENDING" For each commit: delete existing enrichment ...
SRI HARSHA S V S's user avatar
0 votes
0 answers
10 views

I have a custom bit of code in App.xaml that creates an override for my TabView. It is a hard style application without being referenced, which I assumed would propagate to other elements within it. ...
Vlad SD's user avatar
  • 383
-2 votes
0 answers
20 views

I'm trying to make a doubly linked hash table, sort of. At least, within each bucket it is doubly linked. My issue is when I am trying to assign the next/previous pointer to of the top of the bucket. ...
nagonn's user avatar
  • 1
Advice
0 votes
1 replies
13 views

Context Building an electronic invoicing integration for Ecuador's SRI (Servicio de Rentas Internas) tax authority in NestJS involves several non-trivial challenges: Generating valid XML documents ...
Angelo Barzola Villamar's user avatar
-1 votes
0 answers
30 views

I tried the visual QA again, but this Codex session still cannot access the local Word renderer. What happened: Word is installed, but Word automation still fails with 80070520 / “specified logon ...
Multimedia IUCTE's user avatar
0 votes
0 answers
26 views

I've been making my own theme in a .json file, and I've been having trouble finding out how to target different UI elements in the window in VS Code. For example, I don't know what scope targets the &...
Aiden's user avatar
  • 1
Advice
0 votes
1 replies
24 views

I am working on a private internal publishing tool that uses the YouTube Data API to upload videos to our own organization’s YouTube channel. The client uses OAuth 2.0 authorization and `videos.insert`...
Artur Rodrigues de Moura's user avatar
Advice
0 votes
4 replies
37 views

Imagine I have a long string 10 kb characters, filled with random ASCII characters. And I want to lowercase them. One way i could do that is by using a simple operation like: inline char lowercase(...
revolutionary's user avatar
Advice
0 votes
1 replies
20 views

Let's say I have a list called words that contains some items with special characters (anything not alphanumerical). for i in words: #check if i contains special characters and return True or ...
fungaii's user avatar
-1 votes
0 answers
16 views

I am building an orchestration layer (Millions SDK) for real-time asset mapping using 180 TOPS neural offloading on ARM hardware. My system uses a Shadow-Vault for non-custodial data settlement. I am ...
Mikecomplex Ai's user avatar
0 votes
0 answers
18 views

I'm trying to use the Arduino-Emulator library so far without much success. Right now the code doesn't do anything but include Arduino.h and return 0. I finally got CLion to be happy with my ...
David Patterson's user avatar

15 30 50 per page
1
2 3 4 5
1610464