Tyler Miller
Tyler Miller
Added native promise support for consumers of this module. Already updated `README.md` to include examples and some other stuff. Also did some very basic tests on my own in the...
In: ```typescript let el = document.createElement('p') el.ontransitionend = function(){let r = this} ``` The this value of r is actually el or typeof el, but typescript tells me that r...
### Guidelines - [X] Please search other issues to make sure this feature has not already been requested. ### Which problem is this feature request solving? I was looking through...
I don't think I'm getting ft detection for these ignore files. The syntax is identical to `.gitignore`. **What is the name of this language in Linguist?** [see here](https://github.com/github/linguist/blob/1f65799270b46a0bd1d4a62ea5734a1117f45e61/lib/linguist/languages.yml#L2784) **Link to...
The following piece of code is valid but it is parsed incorrectly: [click here](https://github.com/marionebl/svg-term-cli/blob/fa98a053ce8d0549410778d4d04b51f1facf965f/src/cli.ts#L264-L387) Here's a link to the TypeScript Playground showing that the snippet above is valid JavaScript or...
I just created my first snippet after getting luasnip setup with nvim-cmp. It works as expected when I comment out the `regTrig = true` line and uncomment/use the first `trig...
Currently, in the file `lua/github-theme/init.lua`, the code `util.join_paths(debug.getinfo(1).source:sub(2, -23), '.git')` returns an absolute path ending in `**/lua/.git` which is not, and will never be, a valid path to the `.git`...
I'm not sure exactly what's going on (or the cause of this), but here's what happened. BTW I'm using `Plug`. In my vimrc, I changed `Plug 'projekt0n/github-nvim-theme'` to `Plug '~/code/github-nvim-theme'`...
###### Related: #237 #256 At this time, it appears that much of the incorrect highlighting has to do with that of syntax items (i.e. syntax highlighting). I have some ideas...
This isn't a bug nor anything super important, but it would be nicer if agents and daemons were wrapped into appropriately named files/executables. With the current setup (i.e. just using...