Isaac Brown
Isaac Brown
I also have this issue in the released version of NetLogo, but it works as expected (the value is clamped to the new bounds after pressing OK) with the changes...
Hi @kodingkoning, this seems like an SSH issue. Make sure you have your connection configured to allow UTF-8 encoding, for example with the following flag: `LANG=en_US.UTF-8`.
> At a quick glance it looks like the Supervisor is handling the experiment running for the extension. Would adding the fields there to read once the runs are complete...
I get this error whenever I save a model in a session that was started with sbt. It seems to happen at other times during each session too, but this...
Hi Jacob, I'm working on an implementation for this, see pull request #2275 for details. So far it seems like it's working pretty well, but I did have to make...
Hello Bryan, I understand the issue, that does sound annoying. Since the original creation of this issue, we added some new features to BehaviorSpace, including a new way to specify...
Adding to this issue, I found that deleting a widget while there is a parse error in the code tab will also trigger the auto error checking and switch back...
@arcpaolo I think automatic error checking is pretty important, and making it manual instead of automatic would be a breaking change and probably confuse some people. As a compromise, I...
I will look into the vertical sliders. There is already an HSB color picker, you should be able to switch modes within the color picker dialog. I would support changing...
Makes sense. Unfortunately I don't think it's compatible as an alternative option, it would have to be one or the other, so I'll just save the change locally and revert...