FourierTransformer
FourierTransformer
Yeah, I'm able to replicate, this is some odd behaviour. Thanks for reporting!
I got the functions and globals working! Normally I'd put in a PR, but I'll just mention them here for now (and can PR it in later) ## Functions Update...
I feel like after reading a lot of source code, I _think_ left associativity is the way to go, but it also seems to work if you just throw `typeargs`...
From the language server protocol [docs](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion), it looks like `triggerCharacters` should be characters outside of `[a-zA-Z]`. ``` /** * The additional characters, beyond the defaults provided by the client (typically...
Thanks for enjoying the library! I am _leaning towards_ creating a new option, maybe something like `encodeEmptyAs` and let people specify what they want to encode empty values as. Your...
I tried encoding a single column table, and it seems to work okay. The table does need to be in a specific format, so you might be running into issues...
I did some testing with teal 0.24.6 and came to the same conclusion as in https://github.com/teal-language/tl/issues/921#issuecomment-2942852373. Other than that 0.24.6 works fine with teal-language-server
Thanks for providing an example! What editor are you using and are you on the latest version? I'm curious if there's some weirdness with the editor interaction. I'm unfortunately not...
The specific version of tree-sitter-cli is defined in the rockspec and should be installed during installation via LuaRocks automatically. https://github.com/teal-language/teal-language-server/blob/52431adafda61fd45e1547ae45fe9a3d39c26bbe/teal-language-server-0.1.1-1.rockspec#L31-L32 A couple of options you can try: * There might...
I think that error comes up if your version of `tree-sitter-cli` is newer than `0.24.7`. Also what version of LuaRocks you're using? Regardless of all that, if you just want...