John Gabriele
John Gabriele
Just did `jpm install joy` and I see that it pulls in /usr/local/lib/janet/path.janet, but path already comes with spork now (/usr/local/lib/janet/spork/path.janet).
For consistency in the manual, which is the official term to use throughout: member method or instance method? (Or, is "method" shorthand for "member method"?) Also, the manual says "non-static"...
I don't see `hl_ver` in the table at . Is it supposed to be in there? @Gama11 pointed out use of this flag at .
The 3 links at the bottom right in the footer at link to github.com/leafo/... instead of github.com/luarocks/...
An example showing how to draw lines and simple shapes was one of the first things I looked for in this tutorial but was disappointed not to find. I suggest...
The readme gives an example usage of Set: `Set.create()`, but that gives me an error, "thx.Set has no field create". I looked instead at http://thx-lib.org/api/thx/Set.html and found Set.createInt(), Set.createString(), etc.,...
On [the recent updates page](https://lib.haxe.org/recent/), I think there should be a "Description" column there as well (right after project name), the content of which would be the project's one-line description...
If in Firefox prefs I don't "allow pages to choose their own font", code samples are styled in a proportional font rather than a monospaced one. This is independent of...
While doing a `haxelib update`, I'm prompted with: Update ${package} to ${latest_version_available} [y/n/a] ? but it does not tell me what the currently-installed version is. While updating, haxelib should tell...
On is the "Downloads" column displaying total downloads, downloads per year, or something else? I think it would be most helpful to users if the default were to show downloads...