Jared McAteer
Jared McAteer
I know Neovim isn't exactly production ready so I understand if you don't support it just yet. I'm using the Python enabled client of [Neovim](https://github.com/neovim/python-client) but unfortunately I get the...
Changed the `typings/index.d.ts` to match [User Object](https://discordapp.com/developers/docs/resources/user#user-object) API, where discriminator is a string.
I am maintaining an app that relies on the exit code to change based on certain conditions, even though the nw app itself closes cleanly, as it is spawned by...
I am trying to use the unotes extension in a editor attached to a remote docker container and I'm getting the following error trying to delete a note. It's a...
With the Vue 3 release on the immediate horizon should probably check to see if we can support it. I'll try to carve out some time to take a look...
I'm working on a global vue directive and would like to update it's value from an angular property but it doesn't seem like ngVue is watching the value and always...
I am not really sure if this is a bug or a feature request. I suspect feature request and the second part of this ticket is some weird side effect....
Following the example in the Readme I create a getter in my root store ```ts getters: { myGetter(...args) { const {state, getters} = rootGetterContext(args); } } ``` I am getting...
Using the optional inputs results in a warning: `Warning: Unexpected input(s) 'title-regex-flags', 'error-message', valid inputs are ['entryPoint', 'args', 'title-regex']` I assume this is because they are not present in the...
**Please describe what the rule should do:** This is similar to #2172 but I would like to allow the use of implicit props and would like to warn/error when a...