Jason O'Neil
Jason O'Neil
Using "localhost:2000/" for the website, and "localhost:2000/api/3.0/" for the API, they use different paths: Website: /root/haxelib.db API: /root/../../haxelib.db This would obviously be a good idea to fix...
It would be good to discuss this. Is the plan to include haxelibs on "api.haxe.org"? Or should generated documentation be included on the "lib.haxe.org" website? (If the verdict is that...
See #90 Basically there is no way currently to change a haxelib user's email or password once it has been created. It would be good to: - Be able to...
Using JSX `` tags allows you to import images using `require` statements and have them correctly handled by webpack, but using the markdown `` syntax does not generate a require...
## Bug report ### Required System information - Node.js version: v18.16.0 - NPM version: 9.8.1 - Strapi version: 4.10.6 - Database: mysql - Operating system: Ubuntu 20.04 - Is your...
**Current Behavior (bug)** Since updating to 0.8.6 this morning, I'm now getting: ``` /Users/jason/workspace/local-ops/.devbox/gen/scripts/.hooks.sh:15: syntax error: unexpected end of file ``` I'm using Fish as my shell. This is consistent...
**Describe the bug** The template for confirmation emails includes `[site:title]` by default, but this includes HTML encoded characters. My site name is "Jason O'Neil" and when someone tries to subscribe...
It seems that if I don't do a `Sys.exit(0)` in my action then it re-runs the dispatch, and will often then complain about a "arguments not supplied" error etc. Is...
It's worth noting that http://old.haxe.org/file/ wasn't updated with the new Haxe 3.2.0-rc.1 release. I've copied the files there for now, but we probably need a solution for the next releases....
### What happened? I'm working on a script to configure merge queues across many repos (code snippet below). I noticed that 3 of the fields I tried to configure had...