neurallambda

Results 99 comments of neurallambda

gahh, ok, the thing I spent a couple hours debugging, that whole `listp t` thing? That's because I set this in my `init.el`: ``` (setq dante-debug t) ```

Apologies for closing and reopening, testing targets still don't work, if they depend on the main project library, which can't be found. I can't find a way to enable multiple...

Related to: https://github.com/jyp/dante/issues/83 In `intero`, i used to be able to have multiple targets at once, allowing me to switch between `src/` files and `tests/` files, and have full support....

I have the same issue, this closed ticket seems related: https://github.com/abo-abo/avy/issues/110

seconded! And thanks, I had no idea why I was getting that weird formatting.

@integral-dw IIRC there was a conflict with `org-indent`, but... sry, I haven't been able to use `org-bullets` since then.

I ran into this same problem, and for future reference this is what @adeak 's solution `print`s: ``` import sympy as sym x = sym.Function('x') s,t = sym.symbols('s t') a...

I'm running into this same issue in 2022, where the plotting interface is slow, especially with a large grid (even of trivial plots). 1 grid cell starts pretty quick, 4x4...

Thanks for the fast feedback! I'll leave it for now then, and try out the lower-level apis in the future when I need to plot even more.

I've faced this same problem when using `LinePlot.set_data(...)` in a `Timer`. The initial call (or 2?) work, and thereafter do not. you can set `LinePlot._vshare.bounds` yourself, I'm not sure if...