Calum Sieppert
Calum Sieppert
Is the double `^^` intended?
When exporting a rocksdb database with the CLI version 2.3.7 using `surreal export` I'm running into the same behaviour where the `DEFINE FIELD in/out` are being added, and these are...
These might be related: https://github.com/microsoft/cascadia-code/issues/796 https://github.com/kovidgoyal/kitty/issues/8306
I also ran into this when trying to get the result of a recursive function back from the sdk, and increasing the stack size fixed it (thank you!) Worth noting...
I had the same issue, I worked around it by adding an argument to `jump`: ``` labels = (labels .. labels:upper()):reverse(), ``` where labels is your string of labels. The...
The same issue seems to be present for `delete` statements
I agree this would be helpful. Related: #3851
LGTM! Thanks for ironing out the rough edges like the refspecs and edge cases. I only briefly scanned your commits as I don't have much bandwidth for this atm, but...
When putting the patterns on one line each, it parses successfully: ```diff diff --git a/test/corpus/patterns.txt b/test/corpus/patterns.txt index e2ae7a1..c7ad4d9 100644 --- a/test/corpus/patterns.txt +++ b/test/corpus/patterns.txt @@ -270,6 +270,68 @@ let f =...
Agreed this was unintuitive behaviour For me a temporary workaround was to delete the plugin dir in `~/.local/share/nvim/lazy` and delete `~/.cache/nvim/luac`, then reopen nvim