Martin Hansen
Martin Hansen
Well that's the problem, the actual project (js-beautify) does not define the config file with html/css sections. This is probably since it was originally just for js. But since the...
+1 this wuld integrate nice with bootstrap, errors, warning and info, and setting the has-error, has-warning etc on form groups.
Is this much work to bring it to support vue 3? Do you accept PR's to do that for you? We really appreciate this library and need it to support...
I probably will implement this. But only when having `suggestOnly: true`, like inquirer. If you just want to change the choices, just intercept the promise and manipulate the data as...
Seems good, will add tests etc and get it in.
Yeah that is a clear bug. Wrong position of the cursor.
I think it is possible to use this library with typescript without any modifications. But I guess the type hinting for the options could be supplied. I am not familiar...
I like the idea, but I don't think it is possible with the current API. I guess you could do something like this: Option 1 Option 2 Option 3 Select...
Any update? Do you need help with a concrete PR?
I have the same issue, this is because for the calls after the first, the url for the next page returned from github is: https://github.example.com/api/v3/organizations/49/repos?page=2 So that is `organizations` instead...