Robert G

Results 21 comments of Robert G

Quick update on the workaround - another user ran into this problem recently. The workaround should still be good, but it needs to be applied somewhat differently. NetLogo no longer...

Yes, this would almost certainly explain why the `extensions` keyword will not work for a student with a Turkish locale. I'm not certain that a separate account is necessary, the...

So I have worked on this on the [wip-upgrade-java-9](https://github.com/NetLogo/NetLogo/tree/wip-upgrade-java-9) branch. The code appears to be fine throughout, but one of our libraries (JOGL) appears to be incompatible with Java 9...

We appreciate the report, but we're unable to fix this at the current time. [JEP 263](http://openjdk.java.net/jeps/263) proposes HiDPI support for Windows and Linux users and is scheduled for inclusion in...

This is an awesome idea! Would love to see it happen. In a few minutes I was able to get some support in command center (but not in labels) by...

We are continuing to investigate this, but we have found a temporary work-around. Users can run: `sudo xattr -dr com.apple.quarantine /Applications/NetLogo\ 6.0/NetLogo\ 6.0.app` (once NetLogo is installed in the applications...

Yes, it should definitely be added, nice catch!

Using RB App checker lite shows that several of the NetLogo libraries are not configured/signed as expected: * The JOGL libraries are unsigned * The JOGL libraries as well as...

Thanks for reporting. This isn't related to #1071 except in the sense that it involves `carefully`. The problem (in NetLogo terms) is that `myself` is incorrectly set to `self` within...

Thanks for reporting! The documentation issue definitely needs to get resolved and we will see to it that that happens. The error issue is actually a bit more complex. I...