John George Francis
John George Francis
that'd be neat , until then if one wants to just re-use objects between videos one can still `append` one videos objects to another video ```julia using Javis video1=Video(500,500) Background(1:5,(v,o,f)...
check out https://github.com/hanschen/vim-ipython-cell does exactly what you want mark areas of code as "cells" which can be sent to vim-slime with some keybindings
when the file is truncated to only 758 lines ( removed all the "empty" functions in the file) i see that the parsing fails 
can something be done as a temporary fix so that neovim doesnt crash ?
its not just the $ that triggers this problem , a `"` in the buffer before a triple quoted string also triggers this. for example the following , ``` a...
is simply memcopying only upto TREE_SITTER_SERIALIZATION_BUFFER_SIZE if size exceeds it a workable fix for it not crashing ? the parsing failing still happens , but atleast a temporary fix to...
i seem to run into this behaviour without Treesitter installed , i can confirm that my juliagetmatchwords returns ``` \%(\%(\%(@\%([#(]\@!\S\)\+\|\\):\ ````
``` [ERROR][2024-12-16 16:08:56] .../vim/lsp/rpc.lua:770 "rpc" "/usr/bin/julia" "stderr" "[ Info: Indexing newpackage... (0%)\n" [ERROR][2024-12-16 16:11:40] .../vim/lsp/rpc.lua:770 "rpc" "/usr/bin/julia" "stderr" 'WARNING: both Libdl and ObjectF ``` here it takes about 3 minutes....
i was looking for this too. doesnt look like there is a configurable option however if you want you can goto your `.config/fish/functions/_tide_pwd.fish` and remove "-o" from the first line...