Newest Questions
24,159,878 questions
Tooling
0
votes
0
replies
16
views
Need large dataset with matched sketches to photos of human faces
I'm working on an ML/AI project that matches photo of a person to their sketch using python. I intend to train a lightCNN model on a dataset of sketch-photo pairs. However, I cannot find a suitable ...
Tooling
0
votes
2
replies
17
views
Has anyone tried FractoState as a high-performance alternative to Zustand or Jotai?
I'm looking for real-world feedback on **FractoState**, a relatively new React state management library.
I've been using it on several large production projects and really like these aspects:
- **...
0
votes
0
answers
12
views
Why do I get an error using mcppb20() when tr = 0?
I want to do a bootstrapped one way anova with post hoc pairwise comparisons (my moderator has 3 levels). t1waybt() runs fine with no trimming, but mcppb20() comes up with the error message:
"A ...
Best practices
0
votes
0
replies
19
views
Puppeteer is not going to get better, and well... we know it
After 5+ years of fighting with Puppeteer, Ive come to a realization: it's not getting better. The core issues that make it painful for scraping have been open for years, and the response is always &...
Advice
0
votes
0
replies
12
views
Do batch audio converters slow down the system?
I’ve been using batch audio converters lately because converting files one by one takes a lot of time. So I wanted to ask- do batch audio converters slow down the system while processing multiple ...
-1
votes
1
answer
19
views
Text in Lightbox2
is it possible to display a Picture surrounded by text?
F.e. There is a Box on my website with a name, picture and function. If I click on that box there should be open the lightbox with a picture in ...
-3
votes
0
answers
32
views
Infinity scrolling ground in Godot game engine
enter image description hereI am learning godot and I have been trying to make infinity scrolling ground for a 2D runner game but I wouldn't be able to make it ?
this is my code 👉👉
even though ...
0
votes
0
answers
15
views
Error in calibrate.lm() Only one independent variable allowed (r software)
In the beginning the calibrate.lm() function worked perfect to do the inverse prediction. Now it gives me this error: Only one independent variable allowed
I tried a lot of other options but a las!
...
0
votes
0
answers
10
views
Extracting live data from listed Walmart products such as the price (ex 1oz gold bar) for apps script?
The goal of this is to query Walmart, filter by product “metadata”, grab top 5 results, average price) is doable in principle. I created the trigger to execute every 8 hours., but the key issue is ...
0
votes
0
answers
23
views
Access values associated with a generic type in TypeScript
trait Foo<F> {
const FOO: F;
}
struct Bar;
impl Foo<u8> for Bar {
const FOO: u8 = 1;
}
fn foo<T, F>() -> F
where
T: Foo<F>,
{
T::FOO
}
fn main() {
...
Advice
0
votes
0
replies
14
views
How to integrate TeamCity and uDeploy?
I am new in CI/CD. currently using uDeploy agent on windows to create build and push to uDeploy repository and then deploying to my application and Sql servers.
Now in our organisation, TeamCity is ...
0
votes
0
answers
13
views
GridDB Documentation
I scanned through the GridDB documentation
I did not find any TCL statements like BEGIN TRANSACTION, COMMIT, ROLLBACK, and SAVEPOINT
Can anyone elaborate whether they are possible in GridDB or not, or ...
0
votes
1
answer
31
views
How to find cut edges between two partitions in a graph using Python?
I am working with a graph of 11 nodes (representing friends) using NetworkX. I manually divided the graph into two groups, and I want to find the edges that connect these two groups (cut edges).
Here ...
0
votes
0
answers
22
views
How to ship a TextMate .tmLanguage grammar for syntax coloring without copying files into Program Files?
I'm building a small Visual Studio extension to add syntax coloring for NSIS files (.nsi, .nsis).
I followed the official Microsoft documentation for Language Configuration: Customizing editor ...
-3
votes
0
answers
21
views
How can I render a mesh or any color in macOS lockscreen under the clock but above the desktop image? [closed]
I'm trying to simulate the iOS effect where the wallpaper darkens and changes color matching the album art of a song when the album art is expanded, I'm trying to achieve the same thing on macOS Tahoe ...