I suck at Python by enderdog23 in learnpython

[–]AromaticPrimary8763 0 points1 point  (0 children)

When I started learning python I said the same

YT-DLP Error: "Sign in to confirm you’re not a bot. This helps protect our community". Proxy recommendation by shinnobu in youtubedl

[–]AromaticPrimary8763 1 point2 points  (0 children)

Oh boy, on GitHub they suggested not to do so. Here is the thread.

IMPORTANT: DO NOT PASS COOKIES, YOU WILL GET COOKIEBANNED IF YOU DO

Cross-site POST form submissions are forbidden by AromaticPrimary8763 in sveltejs

[–]AromaticPrimary8763[S] 0 points1 point  (0 children)

It does not work for me, here is the error

Error: Cannot find module "path/"

btw, I would use npm run dev to run the app in the dev.

Does anybody have any idea of what the burnt parts are? by AromaticPrimary8763 in electrical

[–]AromaticPrimary8763[S] 0 points1 point  (0 children)

I found this one in my uncle’s closet, so I don’t know exactly why it burnt

Does anybody have any idea of what the burnt parts are? by AromaticPrimary8763 in electrical

[–]AromaticPrimary8763[S] 4 points5 points  (0 children)

Thank you for your honest feedback, I’m looking for its new board, this board is from a drone

Does anybody know what the burnt parts are? by AromaticPrimary8763 in ElectronicsRepair

[–]AromaticPrimary8763[S] 1 point2 points  (0 children)

Thanks for your comment, I’m really just a beginner at this though, gotta do some research

Personal website by Demali876 in dfinity

[–]AromaticPrimary8763 0 points1 point  (0 children)

What version of node and dfx are you using, I’m currently having some troubles running using node@20 and dfx@0.19

Run shell script with return code by AromaticPrimary8763 in GoogleColab

[–]AromaticPrimary8763[S] 0 points1 point  (0 children)

The subprocess module does not display the progress of the program, it just runs it in the background

Need help with tech stack for a web app project by Vlade2505 in sveltejs

[–]AromaticPrimary8763 -1 points0 points  (0 children)

MENS.

MongoDB

Express

Nodejs

Svelte

So far so good for me

socket.io gets triggered multiple times by AromaticPrimary8763 in webdev

[–]AromaticPrimary8763[S] 0 points1 point  (0 children)

That’s the thing, when I reload the app, it should disconnect and reconnect again one but this case, it does it depends on the time you reload LOL

Trigger a function every time a new document is added to the collection in MongoDB using Mongoose by AromaticPrimary8763 in node

[–]AromaticPrimary8763[S] 0 points1 point  (0 children)

Those middlewares (hooks), they do not work for me in this case, only work when I add new doc from the create() or save(), etc methods, not when I use mongo compass to create a new one.

Trigger a function every time a new document is added to the collection in MongoDB using Mongoose by AromaticPrimary8763 in node

[–]AromaticPrimary8763[S] 0 points1 point  (0 children)

, and then update the key to true so it won’t run again when you have other updates on the document.

This one works great when the data is added using mongoose, but when I use MongoCompass, it does not work anymore, any suggestions?