Robert G
Robert G
Legacy Solr clients don't want escaped URLs, this pull request allows a client to be configured so that it will generate non-escaped URLs.
Currently, the Shape Editor Dialog ("Tools > Turtle Shapes Editor > Edit") is a dialog that cannot be resized. We would like to be able to resize the dialog and...
We've had several users express problems opening in Sierra. One user wrote in a very well-researched email: > I have already signaled the fact that when I double-click on NetLogo6.app,...
It's possible this issue belongs in the CSV-Extension repository, but I'll go ahead and post it here. The CSV example model uses `csv:to-file`, which tries to write to a path...
See the https://github.com/NetLogo/Galapagos/tree/heroku branch for more information. Galapagos isn't too far away from being deployable on Heroku. The things that are missing: - Pluggable configuration for the play cache -...
Hi, we're looking to use rspec3 on a new project and want the JUnitFormatter to work with a zero exit status. The formatter API has changed, but it wasn't too...
In using the mongo data store, I've found the issue with timestamps. The mongo driver returns ruby time objects instead of strings, which causes issues in repository._deserialize. I'm not sure...
Behaviorspace's [Supervisor calls workspace dispose](https://github.com/NetLogo/NetLogo/blob/hexy/netlogo-gui/src/main/lab/gui/Supervisor.scala#L143) which ends up leading to joining with the job thread [here](https://github.com/NetLogo/NetLogo/blob/hexy/netlogo-core/src/main/job/JobThread.scala#L61). If the progress dialog is aborted before this join has finished, it will [interrupt](https://github.com/NetLogo/NetLogo/blob/hexy/netlogo-gui/src/main/lab/gui/ProgressDialog.scala)...