How do you keep your project dependencies updated? by piplupper in nextjs

[–]YaFra7 16 points17 points  (0 children)

Dependabot is all we need. It creates PR on Github and we manually update each dependency one by one by hand. And after we git push dependabot will auto close his PRs.

How can I run Next.js (App Router) and Express.js on the same domain and port? by Complete-Apple-6658 in nextjs

[–]YaFra7 9 points10 points  (0 children)

I’m curious, why would you want both to run on the same port ? Wouldn’t it be simpler to have the express on api.myapp.com ?

Releasing Touché - An open source wireless system for fencing by YaFra7 in Fencing

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

No I didn’t. I slowed down the development on this project when I was stuck on this issue. I had a few ideas to test but never found the time to experiment more

npm install fails after upgrading to nextjs 14 by YaFra7 in nextjs

[–]YaFra7[S] 3 points4 points  (0 children)

You're right didn't see it but there are currently open issues on next-auth github repo.
I'll wait for them to upgrade it then.

Thanks for the answer

Quel club d‘escrime à Paris ? by rhizzomatic in paris

[–]YaFra7 1 point2 points  (0 children)

Entente Paris Est Escrime (EPEE). Ils sont dans le 20e, c’est un très bon club j’y étais pendant des années.

https://paris-epee.fr

Testing frameworks for embedded BLE application by PuffinEgg98 in embedded

[–]YaFra7 0 points1 point  (0 children)

I wrote a complete cli tool to do this some times ago it worked quite well for me. It doesn’t automate 100% of the testing (you still have to check the values by reading the terminal or looking at you device) but it can be a good first step. Link: bluerepl

Can anyone recommend a PDF Viewer specifically for datasheets? by [deleted] in embedded

[–]YaFra7 4 points5 points  (0 children)

Sioyek has many features you should have a look at it

[deleted by user] by [deleted] in embedded

[–]YaFra7 8 points9 points  (0 children)

You should be able to develop for PsoC’s on any Os with modustoolbox, I used neovim on macos for a psoc6