Bernhard Döbler
Bernhard Döbler
Theres a [commit](https://github.com/jdewit/bootstrap-timepicker/commit/a437bc5bbee6431d65c3fa719e516312bfc0ccf9) in the repo where you forked your repo from. It allows for clearing the input. When I call `.val('')` on your control and click on the `input-group-addon`...
I'm using Code 1.40.2 and `CFLint for Visual Studio Code` in version 0.3.4. I'm surprised by the fact that the `Problems` view is empty all the time. I look into...
I just see ESLint introduced [rule](http://eslint.org/docs/rules/newline-before-return): `newline-before-return`. Maybe you can add it to the generator.
Hi, it was nice if it was possible to paste an eslint config file into your tool and get all the corresponding checkboxes selected. Ths would allow for simply correcting,...
Outline
Hi, I just took notice of the fact there are plugins that display Outlines of code files like: https://marketplace.visualstudio.com/items?itemName=patrys.vscode-code-outline. Code has a builtin functionality: `SHIFT + CTRL + O` Can...
It would be nice if the plugin would suggest the possible values for the attributes of the various tags. I never remember the possible actions of `cffile` or `cfdirectory`
Hi, I checked this repo out in a msys2 environment under windows and call `make`. I eventually end up with the error ``` woff2sfnt.c:189:33: error: 'O_BINARY' undeclared (first use in...
I'd like to see toots which are not federated to the instance I'm on, that use a hashtag. I go to a popular instance and open the hashtag search, there....
Hi, I install your plugin and start blaming via command palette and get the message: `No more credentials or we tried too many times. Authentication failed` Do I have to...
### Description I'm using git on the command line and using gitlens In the Terminal window I call git fetch git rebase --autostash origin/master The gitlens repositories view does not...