Seth Tisue
Seth Tisue
I'd suggest consolidating this under https://github.com/NetLogo/NetLogo/issues/863
one possible choice is https://github.com/sbt/sbt-native-packager (quite actively maintained)
The error message is arguably correct. The task expects two inputs, but `n-values` is only providing it with a single input at runtime, so the task cannot run, hence the...
Someone want to tackle this? It would be educational for someone wanting to learn their way around the compiler (to issue the compile-time error) or engine (to issue the runtime...
hey @frankduncan, this is a candidate “fix a bug in the JVM code so you know how” bug
yeah, this is a missing feature.
> I'd also be open to it just using `false` or `nobody` there instead. Me too, preferably `false`. I think just using `false` is probably fine for "not available" use...
> is it just for convenience, so that you don't have to run it in 2 commands? the biggest pain point is that I have to figure out what long...
let's look at this together when we're both at Annenberg next week
I think it's a bug in `clear-all`; it should call `requestDisplayUpdate(context, false)` but currently doesn't. See 348ab34a3566981aacb3be4137a2a07f612b51ce for an unfinished fix