Ghislain B.

Results 442 comments of Ghislain B.

> I highly recommend to use: https://biomejs.dev/ . It based on rust 💯 and the installation via bunx is available. For users who didn't know, that is basically the rebrand...

I have similar result when trying to update pnpm on Windows, but in my case it's due to permissions on company laptop and that is since they removed local admin...

I'm assuming this PR should probably reference #9716

probably fixed by today's v1.1.1, see https://bun.sh/blog/bun-v1.1.1

> `test.each` and `describe.each` are super helpful to build data-driven unit tests. It's being worked on in PR #4047

> Hello @jmcdo29 Were you able to compare memory consumption? > > With node a small project: ±150 mb With bun the same project: ±420 mb You guys most probably...

I created [moment-tiny](https://github.com/ghiscoding/moment-tiny) to address this since `moment-mini` doesn't seem to be maintained/updated anymore. I know MomentJS is deprecated but for a lot of us, we still need it so......

I think that is the default behavior of Lerna and it was added by the original author of Lerna When providing a version, it's defined as a global version and...

@hi-ogawa you're missing a "r" in your title `cleaScreen` 😉

It seems that I have the same problem, have you found a workaround to avoid this? EDIT I managed to fix my test by mocking the process exit like so...