simo
simo
I'm not sure how similar cloning implementation for Map and Set would look like. Probably a separate module would be better, though I would be interested to see how it...
What I have seen improving this situation is putting Express Admin behind NginX for example. In that setup you let NginX serve all of the static assets and Node.js to...
Here is an example configuration for NginX that I'm using: ```nginx location / { # your Express Admin server proxy_pass http://localhost:3000; } # Static Files: # express-admin location ~ /express-admin\.(css|js)...
Yes, last time this module was tested was around 2015 so just by looking at the `pg` versions on NPM something like https://www.npmjs.com/package/pg/v/4.3.0 should work. The [documentation](https://simov.github.io/express-admin/) definitely needs an...
Check out the [embedding](https://simov.github.io/express-admin/#embedding) section of the docs.
No, it can't be used with HapiJS.
The `-v` flag disables the update queries like `insert/delete/update`
I can't remember seeing that error. Are you sure this isn't something used in your own application?
I still don't see what this have to do with express admin. Express Admin uses Express4 which in turn does not use Connect, or am I wrong?
Got it, ideally the session store should be configurable, but currently it's not.