Indeedornot
Indeedornot
While trying to install the package on Ubuntu 18.04 LTS I get this error message: > npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm ERR! Unexpected token...
Hi! I am an avid user of this extension and I was using it to draft my roadmaps for the future To simplify this I've created a github action formatting...
 Hi! This extension is awesome, although there appears to be some kind of problem with html comments I do have the `"better-comments.multilineComments": true,`
## Issue When using this library with Angular and making parameters optional e.g. ```ts public static orders = { show: route('orders/:id?', { id: intParser }, {}) }; ``` and registering...
Hi! First of all thank you for helping with keeping my project typesafe. ## Issue However I've run into an issue recently When routing from typescript this works just fine,...
**Describe the bug** No type inference from array_map - As far as I know it has been introduced in 1.9 but does not work anymore **To Reproduce** ```php $test =...
### 🐛 Bug description I'll use this issue to report multiple issues I have found while working with the plugin - Lack of typing for `vModel` ```tsx {/* vModel property...
### Describe the feature Currently the way to add imports is using mod.imports.$add, which requires an ImportItemInput which requires an `imported` parameter, whereas it does not allow for generating such...