Andriy Zhdanov

Results 3 issues of Andriy Zhdanov

Currently anonymous define() in sprintf.js:line 183 (see below) causes problems: a) with [require.js](uirejs.org): http://requirejs.org/docs/errors.html#mismatch) b) with [almond.js](https://github.com/jrburke/almond): Uncaught TypeError: Cannot read property 'splice' of undefined almond.js:413 ``` if (typeof define...

Note, it's not optimal: - requires listing files that one wants to "watch" for fingerprint - calculates hash twice Side note, I seem have to use requirejs, because of jrburke/almond/issues/99

Hi, Storing session in db as described here https://npmjs.org/package/connect-jugglingdb is broken with the following error: TypeError: Cannot read property 'expires' of undefined at /app/node_modules/connect-jugglingdb/index.js:81:5 Cause: psql> select \* from sessions...