Rémi Jarasson

Results 55 comments of Rémi Jarasson

I would like to have non-overlapping regions too in my project, so i am planning to improve Regions plugin with this kind of features (for wavesurfer v2 only). @frumbert However,...

I tried snapshotting only the atom component separately, with all variants found when included. Thing is, this test passes, and have no issue with order: test.js ``` test('should render multiple...

Webpack 5 seems to provide compilation methods like `deleteAsset` or maybe more accurately for this plugin, `updateAsset`. I think asset should not change name, but just have its infos with...

Finally, after testing with webpack5, it seems like appendHash is no longer necessary, since optimizations in production mode recalculates realContentHash based on output content (instead of source). If no fix...

I had this issue using another plugin `MiniCssExtractPlugin`. My solution was to put the Fontmin-Webpack plugin before MiniCssExtractPlugin and it disappeared. ENV: using the Asset Modules and no file-loader, with...

I also have this issue when using webpack compiler in js, but not in CLI. If the compilation fails (compiled with some errors), we have this Fatal error instead of...

In fact i was able to find the exact case why this is happening. In the Webpack run callback, if something throws it will trigger this error. Ex: ``` const...

@danigb @gotthehot Confirmed it's a bug on my end (midi-jar). I updated the chord-detect algorithm to handle omissions from an updated dictionary (hope to submit a PR at one time),...

I guess this is the same issue as for `dot-prop`, you wait for Electron to be ESM-friendly...

I have a very similar issue. Tests are running ok locally (windows and macos, not tried ubuntu), but in a Github Actions workflow, i have the following message: ``` FAIL...