Affan
Affan
This is also reproduced on 1.0.3 on a completely different machine. After printing the `@time` value, the REPL hangs for > 2 minutes until the "results" come in.. ``` julia>...
> So this issue has actually nothing to do with Query.jl or @map, it is the general row iteration implementation that is slow here. where is `getiterator` implemented? Is that...
@davidanthoff Do you still need the `symp.dat` file in my repository to reproduce this bug? I was going to make my repository private (and even delete the data file from...
I found this brief note in the [releases page](https://github.com/epiforecasts/EpiNow2/releases) which helps me to understand what these parameters mean. > Also adds a new argument scale which controls the uncertain fraction...
Hi @markvanderloo Unfortunately, we don't have `xvfb` installed on our servers. We are looking to install the package `ImputeRobust` which depends on `extremevalues` and things are failing. Is there an...
Just commenting here for visibility that I am also interested in a ARM compiled version of Miktex. Has anyone tried this so far on Windows (or linux under WSL2?)
Has their been any update on this? One key usage here is the ability of long-running tasks on parallel workers report their progress, something like ``` n_steps = 4 p...
Has there been any update to this? A manual fix for now or an alternative? I am using the default vscode extension kernel.
I tried ``` @everywhere function main(s) for i = 1:100 remotecall(put!(channel, true), 1) sleep(0.01) end end ``` but I get ``` On worker 3: UndefVarError: channel not defined ``` which...
This might be a bug.. let's see if someone replies on discourse. You should clarify your post that both functions work fine when `@everywhere()`ed but the anon will work on...