Daniel Vedder

Results 16 comments of Daniel Vedder

@fare thanks for your input. There has been a major restructuring of the site recently, see what you think. I'll try and incorporate your suggestions in the descriptions of the...

The idea is neat, though I suspect it's not as small an issue as it sounds. As far as I can see, Qt has no direct way of accessing a...

This would be interesting to know! Does anybody have any new data on this? My model will have dozens of species, and at the moment I'm using a work-around with...

I think this has to do with a Julia issue, where the state of the RNG is changed when a new task is spawned: https://github.com/JuliaLang/julia/pull/49110 ArgParse does work with tasks...

First, thanks for pointing out `warn`, I had overlooked that so far. However, it doesn't solve the problem, as it only turns off some of the checks (those for type...

```julia function do_checks(::Type{A}, space::S, warn::Bool) where {A

Working on it :+1: Could you give me a quick feedback on the duplicate `ContinuousSpace` check above? ([Here](https://github.com/JuliaDynamics/Agents.jl/blob/2e2d921374c2b34f3612c9db46a44e5a6c9c3c63/src/core/model.jl#L335) in the current code.) This seems like something that should be fixed,...

Sorry, this still includes my commits from #717. I'm not sure how to get rid of them, and only show commits for this issue?

Thanks for your comments. I'm on my Christmas break now, but will look into this again come January. Merry Christmas to you :slightly_smiling_face: :christmas_tree:

Hi @Datseris, thanks for the reminder and sorry for the delay. Apart from having to take care of other tasks, I was a bit unsure about how to proceed with...