fhchl
fhchl
**Describe the bug** A double backslash `\\` is escaped when using pandoc-ruby as the markdown renderer. **To Reproduce** ``` $$a \\ b$$ ``` produces `ab` with environment ``` Gollum 5.2.3...
Hi again 😃 I noticed that memory seems to grow indefinitely when integrating lots of newly defined functions. In the following example, memory grows at each iteration if `vector_field` is...
Very cool work! It would be great to have an example on how to solve an ODE that is _directly_ forced by some signal `x(t)`, e.g. a forced mass-spring-damper `m...
Thanks for this nice tool. I was getting the following error that was fixed by installing `pdfminer.six` instead of `pdfminer`. ``` multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/fmheu/miniconda/lib/python3.7/multiprocessing/pool.py",...
It seems like the Newton solver fails when initialized with the root value at which also $f'(x) = 0$. A minimal working example: ```python from diffrax import NewtonNonlinearSolver def fun(x,...
I am not sure if this is a bug in MagicPython or SublimeJEDI. On my machine, hovering over a Python function does not show the tooltip with the function definition...
Fixes #11 It would be great to also disable the extension when in markdown math mode, but it's not clear to me how to achieve that.
Especially the changes for making this working on Linux would be great to have.
**Describe the bug** On a clean install of Ubuntu 24.04 and the latest 3.2 beta 1 with sway session, the shutdown, reboot and logout options usually (as in Ubuntu 22.04...
## Feature request It would be amazing if numba would support the [FFT pack of numpy](https://numpy.org/doc/1.18/reference/routines.fft.html). Personally, I would be interested in ``` np.fft.fft np.fft.ifft np.fft.rfft np.fft.irfft ``` Obviously, there...