Vladimir Panteleev
Vladimir Panteleev
Hi @karta0807913, thank you for your work! I tried your branch, and unfortunately I'm finding that asynchronous mode works worse than the current version in this repository. As a test,...
Have you considered using company's built-in support for asynchronous backends? https://www.badykov.com/emacs/async-company-mode-backend/ I see there is some commented-out code in this direction: https://github.com/TommyX12/company-tabnine/blob/98e9e8b38b6ca289fbe265b0a7b62c7fe38ed0e2/company-tabnine.el#L694-L696
> This is a known issue (#1648 , #1791), use https://github.com/pyload/pyload/releases instead. Perhaps you should update the website until the underlying problem is resolved. > The release package includes a...
Well, the grammar is actually already almost fully working: https://cy.md/d/tree-sitter-d/ > My recommendation would be to not try to generate a parser from the spec. If you want your parser...
@maxbrunsfeld If you'd like to learn more about my project for more background information for this issue, check the README here: https://github.com/CyberShadow/tree-sitter-d :)
(I would also be OK with a "hard no" for this feature request; I would probably just use a tree-sitter fork which generates instead of requiring the `conflicts` array as...
> I see, so you aren't necessarily trying to create a generally-useful D parser, and this is more of a niche project for testing D's compiler and its spec? Well,...
> In my experience, language specs are for humans to read. I should probably clarify that I've been also making improvements from the other end - this project has already...
I found a link to this file in a StackOverflow post and applied it to my toolchain for putting LaTeX formulas in Graphviz SVG renders... sorry if this is not...
> I've noticed that jupyter notebooks tend not to show my SVG images except the first time you run it, not when you reload it. You think that could be...