Newest Questions

Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
8 views

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 ...
user10012's user avatar
Tooling
0 votes
0 replies
13 views

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: - **...
ZWoul's user avatar
  • 1
0 votes
0 answers
9 views

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 ...
Kaz Sweetnam's user avatar
Best practices
0 votes
0 replies
17 views

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 &...
Pease Ernest's user avatar
Advice
0 votes
0 replies
10 views

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 ...
Amrita's user avatar
  • 1
-1 votes
1 answer
17 views

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 ...
YoShy-Programs's user avatar
-3 votes
0 answers
29 views

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 ...
Ayush Maurya's user avatar
0 votes
0 answers
14 views

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! ...
Claris's user avatar
  • 31
0 votes
0 answers
10 views

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 ...
nic.db's user avatar
  • 1
0 votes
0 answers
22 views

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() { ...
shniubobo's user avatar
Advice
0 votes
0 replies
14 views

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 ...
Puneet Tiwari's user avatar
0 votes
0 answers
13 views

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 ...
Tarpinder Singh's user avatar
0 votes
0 answers
29 views

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 ...
Joe root's user avatar
0 votes
0 answers
21 views

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 ...
Paulo Santos's user avatar
  • 11.7k
-3 votes
0 answers
21 views

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 ...
Ardy's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1610659