Daniel Vedder

Results 5 issues of Daniel Vedder

I've just noticed that calling `parse_args()` changes the state of the [`GLOBAL_RNG`](https://docs.julialang.org/en/v1/stdlib/Random/): ```julia julia> using ArgParse, Random julia> Random.seed!(1) TaskLocalRNG() julia> rand() 0.07336635446929285 # Random.seed!(1) TaskLocalRNG() julia> s = ArgParseSettings()...

`julia-model` doesn't recognise macro invocations when they are preceded by an exclamation mark, such as when negating a boolean expression. ```julia if @foo() #

**Is your feature request related to a problem? Please describe.** I have a model with multiple agent types, some of which require (grid-)space, and others for which a position argument...

Hey there! Good job on this app, I really like it! Pleasantly minimalistic, and good design choices on data storage/export. One feature I would appreciate is the ability to move...