Jaakko Ruohio
Jaakko Ruohio
> The `height` option in particular seems to be responsible for the crash, running it without the option and hitting Ctrl-C works fine. Passing `--height=100%` also works. > > [1]...
Fixed by https://github.com/JuliaRegistries/General/pull/4148
Similar problem with `Limiter` ``` using ModelingToolkit using ModelingToolkitStandardLibrary.Blocks: Limiter @parameters y1=1 y2=2 Limiter(name=:foo, y_min=y1, y_max=y2) ``` giving ``` ERROR: TypeError: non-boolean (Num) used in boolean context Stacktrace: [1] Limiter(;...
I see the same error with Julia v1.4.1, GR v0.48.0 on Windows 10. ``` ]test GR [...] [ Info: Testing plot: Discrete plot ERROR: LoadError: IOError: unlink: resource busy or...
Curious to know was there a good solution? The issue was closed the same day it was opened.
This functionality would be useful. Could you @halleysfifthinc re-open the issue, otherwise I have to open a new issue. I feel embarrassed to write something like this ``` idx_x =...
This works ``` r1 = @rule exp(im * ~x) => cos(~x) + im*sin(~x) ``` but this does not ``` r2 = @rule exp(-im * ~x) => cos(~x) - im*sin(~x) ```...
I haven't seen this issue for months. I now tried with Julia 1.8.2/1.8.3 Linux/Windows, and the MWE above did not reproduce. The issue used to be stochastic, depending on the...
`..\.julia\artifacts\768b8b82edd878449348f31bf989867bb13e42a9\cldr-release-43` folder size is 335 MB, and this package is using one file of it (IIUC) `..\.julia\artifacts\768b8b82edd878449348f31bf989867bb13e42a9\cldr-release-43\common\supplemental\windowsZones.xml` has the size of 49 kB.
Closing as the compilation bug was fixed more than two years ago.