Gilles Piou

Results 7 issues of Gilles Piou

`dist/jsmediatags.js` is not published since https://github.com/aadsm/jsmediatags/commit/2cc8ca5f49d788e360a3a9f18dc425e99ebf2af3 That causes error when using vite: ``` 4:14:56 PM [vite] Internal server error: Failed to resolve entry for package "jsmediatags". The package may have...

## Expected Behavior One of the callback should be called every time client.identify() is called. ```js client.identify(identity, () => console.log('success'), () => console.log'error'))); ``` ## Current Behavior When uBlock is...

bug

I basically did the same changes as this PR https://github.com/imagemin/imagemin-gifsicle/pull/53 to migrate CJS to ESM 😬 It's the last package among https://github.com/sindresorhus/gulp-imagemin/blob/main/package.json#L57-L60 that is still using CJS ``` "optionalDependencies": {...

The breaking changes for `svgo` are described in https://github.com/svg/svgo/releases/tag/v3.0.0. I updated some tests accordingly. There many additions in the `package-lock.json` apparently it wasn't synced previously. ``` npm ERR! code EUSAGE...

Big PR, lots of changes, but I hope that you don't mind because the repo is not actively maintained anyway 💦 - Replace Travis with GitHub actions/workflows - Update test...

Hello, I want to enforce a linter rule in a project that currently has a mix of ```scss @include my-mixin(); @include my-mixin (); ``` I straight up copied `at-mixin-parentheses-space-before`. I...

I guess that means it's a breaking change for gulp-postcss as well ⚠️ https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md#60-2024-06-02