Arkadiusz Czekajski

Results 30 comments of Arkadiusz Czekajski

Can we have any development on this? The bug is still here. Now matter how many middlewares you put between first and second `proxy`, if first one passed control to...

I'm getting the same error even though sanity check does work correctly. I tried debugging it and the last place where code executes correctly is the `compare-resemble.js` file, up to...

I've traced the error down to the `pngjs` package that lies below `node-resemble-js`. First problem is that `node-resemble-js` currently uses `pngjs@~2.2.0` while `3.4.0` is available. However, this does not fix...

Aforementioned bug in `pngjs` is still there, still not merged. I've also tried to make contact with author of `node-resemble-js` to take care of this unmaintained library but there was...

https://github.com/lukeapage/pngjs/pull/130 got merged. Unfortunately `node-resemble-js` remains dead. Efforts to reach its author rendered futile. Any other efforts to merge different versions of resemble forks too. How about taking over the...

@iamakulov const from line 14 (`const exportsPattern =`) is never used, did you mean to use it in line 21 instead of `this.exportsToIgnore`?

99% not a problem of this extension but the general problem of vscode terminal on windows :( Described here: https://github.com/microsoft/vscode/issues/127699 If you have any idea on possibly mitigating this issue...

@lksv If it's possible, I'd like to take care of this project since it meets my needs and interests.

@mirzazeyrek there are some open PRs that date back to 2017 and no one seems to want to clean them up. I can do PRs for fixes, new features, modernization...

This seems to work perfectly fine. Both when running `tsc` and `ts-node` (with `tsconfig-paths` registered). However, there is something around how glob works with folders starting with a dot that...