Daniil Samoylov

Results 22 comments of Daniil Samoylov

Ignoring is supporting by picomatch, so should be possible in theory? See the `ignore` option - https://github.com/micromatch/picomatch#picomatch-options

I ended up forking and replacing `picomatch` with `micromatch` https://github.com/AurorNZ/paths-filter. Not sure there's an interest of creating a PR for this repo because it's a serious breaking change With `micromatch`,...

I think it should be `decodeURIComponent` instead of `decodeURI`. Replacing it locally, fixes the issue for me. `decodeURI` is supposed to be used with full URIs https://stackoverflow.com/a/747700

Thanks for the reference to #505, it looks like the solution was to stop decoding URLs. There was a PR merged https://github.com/ReactTraining/history/pull/656 removing decoding, but then it was reverted to...

I narrowed it down to SyntaxErrors. When SyntaxError is thrown, onerror has the error object but it's quite useless - there's no stack and hardly any useful information in the...

@Goxiaoy, thanks for that. I tried using your changes with vcdiff and deltas are generated much faster than with bsdiff and without memory exceptions or other issues, awesome work! When...

Got the same issue with react-konva on both Mac and Windows when upgrading from v8 to v9. Not sure if the issue with react-konva is related to the originally reported...

Hello, is there any update on it? There's still an open PR awaiting for a review. And it's still an issue that ThreadLocal is used instead of AsyncLocal

FYI https://github.com/chromaui/chromatic-cli/pull/853#issuecomment-1831134669

I am trying these changes in our setup. I don't think it will work because `snyk-nodejs-lockfile-parser` does not support pnpm. It will likely report an error from https://github.com/chromaui/chromatic-cli/blob/602d90cfc31827d7a0f07b4243c5631eda4fe894/node-src/lib/getDependencies.ts#L28 ``` Unknown...