Ghislain B.

Results 442 comments of Ghislain B.

@springcomp that's funny, I've already done all of that just a couple months ago in this package [native-copyfiles](https://github.com/ghiscoding/native-copyfiles), I use `tinyglobby` instead of `node-glob` and use as much native code...

Hello @ivarni, I just wanted to let you know Lerna-Lite now supports pnpm catalogs protocol in [v3.12.0](https://github.com/lerna-lite/lerna-lite/releases/tag/v3.12.0). Cheers!

the `conventionalcommits` preset is a separate install (`angular` is the default and doesn't require any install but any other presets require separate install), when using that preset you need to...

in that case it's a duplicate of #4021 and #4089

You're using or opening issues in the wrong project, the maintained projects for the past few years is [6pac/slickgrid](https://github.com/6pac/SlickGrid) and it's also mentioned here in the main readme. CSP is...

@bpasero ah yeah that's a good point, and yes I can still reproduce outside of VSCode ![ApplicationFrameHost_dYxNGJQ8qt](https://github.com/user-attachments/assets/33fb3663-a1b3-40bf-acf6-851e8ba93929)

maybe but in my case I had to use a `Set` to keep track of the files and wait about 150ms before calling the handler. The thing is that I...

Also I don't have any other platforms to test this with, but it would be great if someone can clone the small repo I created and test it out on...

> (we sometimes need to publish a single package using `npm publish` when the lerna publishing process is interrupted due to network reasons). @johnsoncodehk @KazariEX Perhaps you didn't know but...