Jakub T. Jankiewicz

Results 1293 comments of Jakub T. Jankiewicz

I'm not sure if the algorithm is correct or not. I don't know what actually cherry-pick should do. I will test locally and see what is the effect.

Sorry, I was busy. Didn't have time to test it locally.

I just test it locally and it doesn't work correctly. I've got the message in the log but the file that I've modified didn't change in the repo. I think...

Do you want to contribute and create a fix? As for the catch in Deno, maybe this should reported as a bug for Deno. Errors should not escape catch unless...

The problem is that the library expects to detect if it's normal FS or promisified FS. If it's normal FS it promisify all the functions from FS. So yes it...

You can also report this bug to Deno. Exceptions should not bypass `try..catch`.

You can contribute with a fix. Maybe using an empty string will look better than passing undefined. I'm not sure how Deno will work for that case.

How did you clone the repo? How you can have no refs after the clone?

Ok so the error say what is wrong: ``` NoRefspecError: Could not find a fetch refspec for remote "origin". Make sure the config file has an entry like the following:...

1. You can use `figlet.textSync` to return a string, 2. error as the first callback argument is a convention from NodeJS.