ElectrifyPro
ElectrifyPro
Here's the repository that has the example: https://github.com/ElectrifyPro/cautious-spoon There's two files, `culprit.txt` contains the problem that I showed above. If you put your cursor on any numbered line and press...
Yes, setting that option to 0 does indeed fix the delay.
Unfortunately there still is a delay when I tried your fix on `culprit.txt`. Just to make sure I did it correctly, this is what I put in `vimrc`: ```vim "Plug...
> > Unfortunately there still is a delay > > Any improvement though? No, there isn't any noticeable improvement as far as I can tell
> Is there a way to preserve this functionality? Or prevent it from being reduced by the simplify function? > I think the best approach here would be to support...
Symbolic derivation is absolutely a must-have for `cas-rs`! Implementing this will essentially involve the same steps as you described. Also, the `cas_compute::symbolic::simplify()` function already implements a walk-the-AST approach to apply...
Closed by mistake.
Thank you for your work so far! As a note on CalcScript and the symbolic features,, there is currently no way to interact with symbolic features directly from CalcScript /...
@dgramop > How comprehensive of a symbolic derivation system do you want this to be before I PR it into this repo? There is no need to be functionally complete...
I would welcome this change. My preference is renaming the symbolic `Expr` type to something like `SymExpr`, while leaving the parser `Expr` type untouched, though I am interested in your...