david-pfx

Results 58 issues of david-pfx

It's a nice game, the best of its type I can find in open source. Great potential as an advanced tutorial. It makes good use of a swipe interface, but...

This code at database.js:238 throws an `undefined` error if the connection fails. ` pool.connect(function(err, client, done) {` ` client.query(sql, function(err, data) {` It should instead display the contents of the...

A local storage implementation is a really nice thing, both as a demo and for personal use. The steps I would take are: - refactor all references to axios into...

enhancement

Started happening around level 50 or so, with lots of stuff happening on and off-screen. Less frequent after disabling lots of factories, but still happens. Most commonly happens when restoring...

py.test.exe tests/unit E RuntimeError: Attempting to use the value of the environment variable 'USER', which is not defined c:\sw\python27\lib\site-packages\nupic\support\configuration_base.py:326: RuntimeError ---------------------------- Captured stderr call ----------------------------- ERR: Unable to create region...

Web Player no longer supported. Various warnings.

MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not...

Spikes 'n' Stuff contains this: `(sfx1 76483702) (arrow hits wall)` `[ > Arrow | Solid ] -> [ | Solid ] sfx1` Undefined sound should be a warning.

Just started using Servez to launch Unity WebGL. Does what it says on the tin. Thanks! My game needs some arguments to say which game to play, turn on logging,...

In 2D puzzles in UI mode Cartesian coordinates are Vector2 and Y is down the page. Also depends on Rect for scaling.