Jakub T. Jankiewicz

Results 1071 comments of Jakub T. Jankiewicz

Whatever works best for you. When I'm at home I will probably reply faster on Gitter and even if I replay late after a few exchanges of messages we will...

It's actually not NodeJS REPL only the prompt is messed up.

I have no idea, I don't use VS Code and just found about copilot chat.

Maybe, not sure. I also visited the project from the exe Reddit post found on Twitter. When I see an error I always report it since from my experience most...

Go ahead, if you can fix the issue that would be great. But I'm not sure what would be the right code to fix the issue. You will need to...

I'm not sure if I understand but I would just check if the format is valid and if not throw a proper exception: ```javascript if (!alowedFormats.includes(_format)) { throw new SomeError(...);...

If you want a use case. I've typed `react-navigation` instead of `@react-navigation` if you only use keyboard you need to delete what you typed because you can't go to the...

I was testing this code with something like this, this is a basic test: ```javascript const readline = require('readline'); let cmd = ''; const rl = readline.createInterface({ input: process.stdin, output:...

What's now? When this will be merged? It's been two months since this issue was approved.