Max Stoumen
Max Stoumen
Hi! Thanks for the nice words :) Unfortunately I can't help much with the provided info. If you could provide code which creates the problem, ideally a [minimum example][mre], that...
Hey, so lazy evaluation _is_ supported, but only on symbols which have identifiable locations. So, for instance, the following type has lazy evaluation, and will not hit the recursion depth:...
@TheodorRene It looks like @simrat39 is not be actively maintaining this project anymore (which is understandable - they are a student!) Not sure what that means for the future of...
Hi! Thank you so much for the pr and for being open to change requests :) If I understand correctly, this is in reference to microsoft/vscode-js-debug#1305? If so, I believe...
Hi! Thank you for the kind words :) `nvim-dap` will open a scratch buffer when it is unable to locate the requested source file. Have you provided the `cwd` and...
I was able to get some partial progress on this problem! In particular, I was able to accomplish re-rendering using `onDidChangeCellStatusBarItems`. This allows for the following: Unfortunately, there is no...
Seems like this is common in markdown editors. For instance, in github: (check the source) So you would need to escape it with backslashes \ Do you think its worth...
Suggestion for fuzzy search: https://github.com/ktr0731/go-fuzzyfinder @duvanmonsa
Nice! Feel free to make a draft PR, we can always make changes from there 👍
If you check `runme ls` you'll see that runme automatically adds a numbering to prevent name collisions within the same file: So in this case the second script will be...