Kuty

Results 2 issues of Kuty

since i update to version 0.2.1,i can't click enter to wrap maybe it is conflict with plugins ,when i delete all the cursor profile , it is going right

bug
question

``` if (arg.url) { if (!isValidHttpUrl(arg.url) && !isBase64(arg.url)) { return reject(`Invalid url: ${arg.url}`); } uri = arg.url; } ``` it tell me invalid url, maybe **isBase64** fun has some problem...