kgmt0
kgmt0
This adds a textarea in the settings page that can be used to enter custom rules in the same format as data.json. These rules are applied on top of the...
updateProjectList() was looking for the project list in a `meta` tag with `name=ol-projects`, which no longer exists. Fix this by using `meta` tag with `name=ol-prefetchedProjectsBlob` instead. Fixes #45.
When I try to log in (using the cookies method), I get the this error message: ``` Offline. Please Login. I saved the webpage 'https://www.overleaf.com' I got under /tmp/tmpmh97iu98. ```...
I noticed a surprising behavior when NetLogo is asked to overwrite an existing file. When the target file doesn't end with the appropriate extension (.nlogo or .nlogo3d), NetLogo will create...
This is still work-in-progress, but you can use it to load NLS files now. The `alias` option that allows you to control how names are prefixed is also working.
NetLogo has [mnemonics](https://en.wikipedia.org/wiki/Mnemonics_(keyboard)) for the top-level menu, but the menu items are missing them. Buttons are missing them as well, but it's less common to have mnemonics for buttons so...
For some reason, some of the texts around the command center lack anti-aliasing. This affects both the new GUI and the old GUI, with some minor differences. In the screenshots...