firai
firai
By the way, whether matching parentheses in vim are highlighted as blocks or as a foreground color seems to depend on the theme. I use Gruvbox and matching parentheses are...
The fix/feature has been merged upstream. Now we just have to wait for a new release.
@krassowski What's the right way to update the versions of `@codemirror/view` and `@replit/codemirror-vim` in the package? Should I just delete `yarn.lock` and let it re-populate, or should `package.json` and `yarn.lock`...
See the issue I referred to in the OP, which details the manual hack rakanzaidm did back in March for `binutils`. However, using the manual modification for multiple packages is...
As mentioned, the issue seems to be that `plot_supports_and_loads_2d()` used _the number of dimensions_ (`ndim`), which by definition is 2 for 2D, in the code attempting to determine whether rotationally-restrained...
Is the decision to use element types by default rather than the number of nodes related to zero-length elements? I understand that there's a significant number of custom element types...
@sewkokot Thanks for your response. My proposal is to have the fallback option(s) available for elements with common node counts (2 nodes, 4 nodes, etc.), just to reduce the likelihood...
Thanks for the replying on Discord and here @DetachHead! Regarding adding the spec to this extension with the current mechanism then, the command for talking to the language server seems...
Not sure if searching for both types is worth the complication, even if it's possible. I would think that most people will install via `pip`, which is recommended in the...
Thanks for suggesting. I think this would need to be implemented upstream in [replit/codemirror-vim](https://github.com/replit/codemirror-vim), which provides most of the vim functionality for this extension. Can you please file the proposal...