Basile Bruneau

Results 35 comments of Basile Bruneau

I followed @chornos13 comment, started with the whole list into `doNotFake`, and removed one by one elements. The setup which is working on my computer (my setup is jest and...

What is your version of Node? (`node -v`)

You can just use `alltomp3.downloadAndTagSingleURL(url, './mp3/')`. For the `EPERM` error, you are right, `renameSync` should work and erase an existing file. The problem comes from Windows and may have two...

Hello 👋 Do you have any update on this topic? Do you still plan to include it in 3.7 or will it be in a later release? Thanks for the...

By "format" do you mean the display (like the font) or the content (like line breaks)? For the display, sure we can change it. For the content, it seems difficult,...

I'm sad the commit has been reverted, it's annoying as it prevents to use vitest for example which is ESM-first. Would be very appreciated that nexus-prisma supports ESM properly as...

Related to https://github.com/agencyenterprise/react-native-health/issues/102 actually.

Same issue, macOS Sonoma, Xcode 15.0.1, on a M2 MacBook Air. It's really problematic as it prevents to build the app locally 🥲

Before you must clone the repo, go into the folder, and then execute `npm install -g`: ``` git clone https://github.com/AllToMP3/alltomp3-cli.git cp alltomp3-cli npm install -g ``` You also need the...

It is still in development, but when it will be more advanced, yes I will try to provide a `deb` package for Debian (and a `brew` package for Mac). Thank...