Nikhil

Results 7 comments of Nikhil

In case someone finds this useful, I'd configured `format on save` to use the VSCode default typescript formatter. Fixed it by setting it back to ESLint, ```json "[typescript]": { "editor.defaultFormatter":...

We had the same issue today, and ended up promisifying it like so: ```javascript function someFunction(date, data){ return new Promise((resolve, reject) => { let result; let pyshell = new PythonShell('pyshell_test.py',...

We had the same issue today, and ended up promisifying it like so: ```javascript function someFunction(date, data){ return new Promise((resolve, reject) => { let result; let pyshell = new PythonShell('pyshell_test.py',...

Agreed. I'd love for this to added. I'm willing to contribute to this - would I be making a pull request into this repository: https://github.com/jsonresume/resume-schema ? Thanks 😄

I've got a draft PR set up here to do this: https://github.com/jsonresume/resume-schema/pull/411 This only allows `present` as string literal, and does not allow for `undefined` as a value. This change...

Hey @mrtunes , let me know if you're still have trouble with this? I am a newcomer to Jekyll as well, but I've managed to delete the Github corner by...

Hi Patrick, Thanks for the reply. I'm going to install WT again and document everything with screenshots and comment here again.