Jason Sturges
Jason Sturges
@nightgrey @Donny-H Issue #487 cites v5.1 and v5.0.2, and still not v5.2 or support for Pixi v8. README says 5.2: > Although, I see @davidfig commit updating package.json Pixi to...
Appreciate sharing the ideas and implementation. Internationalization support was something I had considered based on the lunar phase enumeration, but adds a hefty amount of complexity. Any i18n implementation and...
@gusdoe Looks like the boilerplate expects a `db_dev` or `db` to be configured in the config.js. server.js: ```js // Set up Mongoose mongoose.connect(isDev ? config.db_dev : config.db); ``` Would be...
There were a couple versions of MinimalComps, though dated and only partially operational. As well, none were available via haxelib. My port of MinimalComps is alpha, but coming together. SimpleGUI...
Close, but there are still some issues across targets. Pull request might be a week or so out for you to review.

Totally dropped the ball on this - MinimalComps is in relatively decent shape, but suffers some cross platform issues with web. SimpleGUI is there, but ceased at a RegEx `exec`...