sammyette
sammyette
**this is a breaking change. only merge this on a new major version (hilbish 3)** this removes the old "virtual global table" which allows getting environment variables via just their...
"sinks" were used since previously the Lua file type was not public API via golua, but since I've now made it public in my fork perhaps sinks should be removed...
## What do you want to be added? It's very annoying having to switch between tracks, album or artist whenever I do a search. This should be combined under 1...
closes #371 Implements both /getLyrics and OpenSubsonic [/getLyricsBySongId](https://opensubsonic.netlify.app/docs/endpoints/getlyricsbysongid/) TODO: - [ ] /getLyrics - [ ] Use artist in search for songs - [ ] Embedded - [x] .lrc -...
is there any way to stop the execution of a function without stopping the runtime? from what i've seen, this would be done with a thread? but i'm not sure...
Currently when using golua in multiple goroutines it may cause a panic. I noticed this when I was using an event emitter which emitted events async via gorouties which results...
i'm not sure how to title this or to properly report this. `n = 0; while n < 10000000000 do n = n + 1 end` running this sample of...
@xcb-xwii review, you should also use this for your pr i had this in working for a while, so i'd rather merge now this pr adds the following predicates: -...
since neovim queries have the `@spell` capture, perhaps we should make use of it when users have the spellcheck plugin installed.
this will allow us to highlight different parts of the document in different languages (think markdown or jsx) references: https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/markdown/injections.scm https://github.com/neovim/neovim/pull/13252/files