Jakub T. Jankiewicz

Results 1283 comments of Jakub T. Jankiewicz

Your last commit didn't trigger the build, it's hanging, and you can't click to see the status. I will try to check again tomorrow, to trigger the build or check...

This time got an error: ``` __tests__/__helpers__/FixtureFS.js(5,9): error TS2459: Module '"./FixtureFS/makeZenFS.js"' declares 'makeZenFS' locally, but it is not exported. ``` It looks like the timeout error is gone, probably some...

I'm not sure what is the issue: ``` /home/vsts/work/1/s/node_modules/@zenfs/core/dist/index.js:2 export * from './backends/index.js'; ^^^^^^ SyntaxError: Unexpected token 'export' > 1 | import { | ^ 2 | fs as _fs,...

bundlewatch says that the code is 15.8% bigger. Probably because with path module from Zenfs.

I didn't do the review yet, did you install or import anything into the library. Or did you only modify the unit tests? This should not happen if no source...

I think that if whole path-browserify was included it will show drop in the stats, it probably was tree shaked.

Right now there is syntax error in shell script: ``` nps is executing `test.jest` : cross-env-shell NODE_OPTIONS=--experimental-vm-modules (timeout -t 5m -- jest --ci --coverage) || (timeout -t 5m -- jest...

Now we finally get back to those timeout errors. I have no idea what they are and why they are happening. The only thing that I can come up with...

Thanks for checking. Will need to investigate what is happening with proxy.

It looks like your changes changed dependencies of Cors-Proxy, and it doesn't work anymore. micro is the HTTP server used by cors-proxy. I've create PoC by editing node_module of cors-proxy...