Tobias Cudnik
Tobias Cudnik
First of all Id like to say that GitLense matured to a very impressive extensions! Thank you for keeping it free. The features Im missing are changelists, like in [IntellijJ](https://www.jetbrains.com/help/idea/managing-changelists.html#move-between-changelists)....
Consider to allow god mode to prefix only non-overridden methods. This can be tricky as ES spec evolved, but still it gives you compatibility and comfort in the same time.
When using the 'god mode' with override set to true i've got a stack overflow. Code to reproduce (CS) ``` { R } = require('rubyjs') R.god_mode '', yes test =...
Currently its hard to specify a type for a config, unless its an explicite param for `getopts()`. All used types should be exported along with the main entry point of...
Hi! First of all THANKS for a great addon! I really like it as i've been missing vertical tabs since TabKit stopped working in FF. Because of this I would...
### Is There an Existing Issue for This? - [X] I have searched the existing issues ### Project Instill CLI ### Is your Proposal Related to a Problem? Long running...
### Is There an Existing Issue for This? - [X] I have searched the existing issues ### Project Instill CLI ### Is your Proposal Related to a Problem? No ###...
### Is There an Existing Issue for This? * [X] I have searched the existing issues ### Project Instill CLI ### Describe the Bug `$ inst completion -s bash` should...
Because - increase the visibility of the built-in `--help` documentation This commit - add `man` and markdown docs, along with a `make doc` generator
Are CoffeeScript classes supported? I didn't have any luck while trying to put a contract on a class in various ways. Maybe i'm doing something wrong? #### Contract for a...