Vladimir Barbarosh

Results 5 issues of Vladimir Barbarosh

How to reproduce: ``` $ node --version v8.5.0 $ cat package.json | grep node-pty "node-pty": "^0.7.4", $ node -e " const node_pty = require('node-pty'); const pty = node_pty.spawn('bash'); pty.on('error', error...

bug
help wanted

I got this error trying to run `gftools fix-font` with some fonts: ``` $ ./gftools fix-font 'DIN Bold.ttf' Traceback (most recent call last): File "./gftools-fix-font.py", line 46, in main() File...

It turns out that all requests are passed to the front controller. What about static files? I found no way to instruct nginx to serve them. Seems https://github.com/GoogleCloudPlatform/buildpacks/blob/main/pkg/nginx/nginx.go is responsible...

kind/question

vb@corei3:~/w/a/react-boilerplate-master$ npm run build > [email protected] build /home/www/a/react-boilerplate-master > jsxc src/ lib/ sh: 1: jsxc: not found npm ERR! [email protected] build: `jsxc src/ lib/` npm ERR! Exit status 127 npm...

I rewrite `reverseArrayDeltaIndex` from `packages/jsondiffpatch/src/filters/arrays.ts`. Also, I added two test cases specified on the issue page. Everything else was kept unchanged. All tests are passed.