Jeremy B
Jeremy B
With recent Vid extension updates (actually with the prior round of them) the file size has gotten overly large, 268mb on its own. The dependencies include the native libs for...
If you install an extension through the extension manager, then load a model that uses it, then try to uninstall that same extension, you'll get the below exception. After this...
This one is pretty weird. If I open a model that is saved in the root of my home directory, then try to open the extensions manager via Tools >...
From a user report: The BehaviorSpace experiment window is not scrollable, so if you're using a smaller resolution screen or using a larger resolution screen with a high scaling factor,...
I didn't see this reported as an issue/bug/enhancement in the list, but I may have missed something. Open NetLogo with a new model. Run the below command: ```netlogo clear-all ask...
If you open NetLogo with a new model, do **Tools** > **Link Monitor** to get the empty link monitor window, then type `1` into the `end1` box, you will get...
Right now the Save As NetLogo Web feature uses [a point-in-time snapshot of the NetLogo Web code from the time of the release of the desktop version](https://github.com/NetLogo/NetLogo/blob/hexy/netlogo-gui/resources/system/net-logo-web.html), and it's manually...
I saw [this failure in Jenkins](https://netlogobuild.northwestern.edu/job/NetLogo/job/hexy/359/console): ``` [info] - Tilt::TiltDownOne_3D *** FAILED *** [info] NormalMode: not equals(): reporter "[roll] of turtle 0" Expected "[0]", but got "[8.537736462515939E-7]" (AbstractTestLanguage.scala:74) [info] org.scalatest.exceptions.TestFailedException:...
As reported by @philipwoods. For example, a slider can be made with a Global Variable of `pi`, which overlaps with the `pi` constant. The slider works and does not error,...
On the latest Windows 10 when you try to run the NetLogo installer MSI it displays a warning saying that it blocked the install because the publisher is unknown. You...