Günther Raidl

Results 8 comments of Günther Raidl

`ALL_MODULES_EXCEPT_MAIN` is really much appreciated! But: When using ```` "julia.debuggerDefaultCompiled": [ "ALL_MODULES_EXCEPT_MAIN", "-MyModule.", ] ```` any submodules from MyModule seem to stay compiled. Shouldn't they also be interpreted? To achieve...

The same happens with `Chain` and `params` from `Flux` in this code: ```julia using Flux a = Chain(x->x, x->x, x->x) b = params(a, a, a) ``` However, when writing `using...

With the main branch, I also have the problem of a huge amount of "ERR_RATE_LIMIT" errors. Using the ERR_RATE_LIMIT_fix branch helps, but to me the initial value and the step...

I've tried the new version, and it looks good. There are still ERR_RATE_LIMIT errors, but just nine at the beginning, the limit is increased to no more than 1027. Looks...

I am having exactly the same problem. Removed the precompilation files as suggested above, but this did not help. Also removed the whole ~/.julia and started from scratch, but got...

Works now for me in version 0.5.0, problem was in former version.

The same happens with `Chain` and `params` from `Flux` in this code: ```julia using Flux a = Chain(x->x, x->x, x->x) b = params(a, a, a) ``` However, when writing `using...

With the many upcoming Windows on ARM notebooks this native support will become quite important, I also would highly appreciate this!