Gyoshi
Gyoshi
The following crashes Julia (version 1.3.1 (2019-12-30)) on my machine. ```julia using SymEngine @vars x @funs f get_name(diff(f(x), x)) # not using `get_name` correctly, I know ``` with the following...
There is an inconsistency when substituting things in an expression where they are being differentiated: ```julia @vars x @funs f, g gee = diff(f(x), x) diff(g(x), x)(g(x)=>1) # 0 diff(gee,...
```julia using SymPy @vars(u, w) @symfuns(x) dww = diff(x(u,w), (u, 1), (w, 2))(w=>0) u0 = ( u=>0, diff(x(u,w), (u, 2), (w, 4))(0,0)=>0, ) diff(dww, (u, 3))(u0...) for N in 1:6...
After not touching the game for a while, the UMM window did not pop up in-game. I tried re-installing things and updating UMM, but the only thing that worked was...
A [control](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control) for letting the user change the refresh rate could be added to the settings of the component. This would allow the user to manually change split timing precision....
Setting `refreshRate` in the .asl does not lead to an actual refresh rate of the desired value, significantly at rates around 20-30 and 40-60 Hz. This is illustrated in the...