SalahDin Rezk
SalahDin Rezk
For me, ysui's fork jsut works fine.
> I am having this issue compiling this software and am using Alpine Linux (yes as a desktop), which uses the musl C library which I expect to be the...
I think this is fixed as described in #4: change the value of `queued` in `aw-watcher-input/src/aw_watcher_input/main.py` to `False`.
It's currently handled through python's operations, so nothing complex can be done, and the `j` notation should be used.
Because of the use of NumPy it is possible to do some advanced operations like `sin(1j)`. Despite that, I didn't test nth root of unity yet.
This needs some more work
Probably won't do it, the code does not work. ```diff diff --git a/doc.py b/doc.py index daa7e76..374dc0d 100644 --- a/doc.py +++ b/doc.py @@ -1,5 +1,6 @@ +from __future__ import division from...
For reference: * https://stackoverflow.com/questions/1359383/run-a-process-and-kill-it-if-it-doesnt-end-within-one-hour * https://stackoverflow.com/questions/14920384/stop-code-after-time-period
@marawan-mogeb was able to test it with MikTeX and confirmed LaTeX is a requirement. Tests on TinyTeX are yet to be made.
It is possible to avoid this dependency by using something like https://github.com/aslushnikov/latex-online#api. The use of that API is to be considered.