-
The Aleph web server, built on top of Netty, gives the option of returning a manifold deferred object in addition to the standard ring response map. This allows the request to be carried out asynchron…
-
I see `middleware/wrap-csrf` referenced a few times in the site, but I can’t figure out where this comes from. What do I need to `require`? We should add this to the docs. I noticed the example projec…
-
Hey, thanks for building VEX. I am falling in love with V, and coming from a Node.js background this rings bells.
Looking at the code, it seems `routes` and `middlewares` are separate concepts. I a…
-
This is possible on current state of lein-figwheel ?
-
None of the images are cached, resulting in downloading every image on every page load. Sessions overview page is especially heavy, as it includes all session images with some exceeding 2MB (can be us…
-
I use `http-kit` for http POST/GET and other static sources for my front-end and everything works fine.
I try to implement Websocket with `http-kit`. I used [this guide](http://www.luminusweb.net/…
-
The current implementation mimics the ring session middleware, that does not fits very well in nodejs environent. A great exampe can be, how I can implement a session store that uses redis. Many redis…
-
In most cases, except for crud.js, modules should talk to the server to read/write a resource. This way all the checks, upgrades and caches are applied. Eating our own dog food tastes good.
maybe s…
-
When I choose the **CSV Reconciliation Service** for reconciling a column I get an error message
Guess Types query failed error : java.io.IOException: HTTP error 500 : Server Error for URL /reconc…
-
Two things:
## Pass request metrics as data to the monitoring hooks
Rather than generating Graphite-style metrics, like here:
https://github.com/nomnom-insights/nomnom.duckula/blob/2e0a2fa73…