guyguy2001

Results 14 comments of guyguy2001

When you get this issue, does the rest of neovim work correctly? I sometimes get into a corrupted state where it seems like neovim thinks it's editing different text from...

From https://devhints.io/vimscript: > "No booleans. 0 is false, 1 is true." ![image](https://user-images.githubusercontent.com/6932278/111707895-92b31000-884d-11eb-8bb2-bea85d3cbe61.png) I tried to google around to see if the neovim package for node.js (which is the thing vscode-neovim...

I am currently working on the typing for use in another open source project I'm working on. I will PR it once I finish it and test it.

I haven't touched it for a while, as I've moved to another project while waiting for a bottleneck on the server I use. My progress is [here](https://github.com/eternagame/HTML-Chat/blob/vue-rewrite/src/app/types/modules/irc-framework/irc-framework.d.ts) (Note - you...

Just to make sure - the section in the Readme about deploying to definitely typed is for when you publish a version, and not for PRs to your repo, right?

Alright, I got a long weekend thanks to Passover so I can finally have some free time to do PRs :) Before I go into it, one usability question -...

But this gives the same error: ![image](https://user-images.githubusercontent.com/6932278/163482449-7b5bd081-722b-468d-ad6c-5677404df150.png) Same if I try to destruct it. This isn't an issue in this typing: ```ts spawnCreep( body: BodyPartConstant[] ): { object: undefined; error:...

Thanks for the feedback, and sorry for the late response; It seems like 0.5 still has the bug that makes the `BATCH` command send the `batch` tag, which it shouldn't:...

A similar need I have (I'm not sure if this should go here or in a new issue) is to tell a tween to run after the current tween. So...

The main 2 changes were: - _root was changed from `SubViewport` to `Window` (I'm 90% sure it was a SubViewport earlier) - A lot of the functions and constants from...