iamart
iamart
After a config change we got bizarre `Update @upptime to v1.29.0` commit. We already had that same titled commit back in February; what's strange is that the changes under the...
Does not work. Stack: ``` Uncaught TypeError: Converting circular structure to JSON --> starting at object with constructor 'ClientRequest' | property 'socket' -> object with constructor 'TLSSocket' --- property '_httpMessage'...
Spec expects a single iterable object passed to Promise.all. Bluebird's implementation defies and allows passing a promise with an iterable value. Example: ```js await Promise.all(Promise.resolve([1,2])); ``` This returns an array...
It'd be great if Telescope supported going to a specific symbol in a file. vscode supports this with @ symbol, e.g. `myfile@mysymbol`. This looks up all files matching `myfile` that...
### Description `tags` option seems to require ctags; so it would make sense including this as a part of optional dependencies. ### Neovim version ```markdown NVIM v0.11.2 Build type: Release...
### I have a question Our webchat seem to randomly stopped displaying typing animation, and looking at the actions, we do not seem to receive typing actions.