Nicolas Froidure
Nicolas Froidure
I found out that using stream mode + bufferstreams allows to keep files order while manipulating buffers. It could be possible to reproduce this behavior for buffer mode.
You don't expect a plugin to have those side effects. I think this is a bug if we consider that Gulp should manage this for plugins author. If not, this...
@denieler gulp-filter is not part of gulp itself ;)
I think the problem sits with Jest itself that has not finished its migration to ESM yet. You can follow the progress here: https://github.com/facebook/jest/issues/9430 Hopefully, Jest will switch to `esbuild`...
@joaocasarin it is due to this : https://github.com/aelbore/esbuild-jest/issues/54 Once a jest.mock is detected, it fallbacks to using Babel which leads to syntax errors.
I actually didn't document the MIDIFile write functions since i think it is still experimental. Feel free to document it, i'll accept any PR doing so.
@1j01 i like midiflip, a very good use of midifile ;). I'll try it soon. On documentation, i know, shame on me but i do not ever use midifile, just...
@jochemstoel I don't think it is doable out of the box right now. Any PR allowing to do so would be merged.
I think it would help me to solve that issue : https://stackoverflow.com/questions/66490152/how-to-debug-terraform-external-providers-with-concurrency-issues Indeed, I can find any bad JSON output in the external programs I run and I'm stuck with...
I have the same kind of error but I'm unable to debug it since I have no access to the real output : https://stackoverflow.com/questions/66490152/how-to-debug-terraform-external-providers-with-concurrency-issues When I log the output of...