-
I'm trying to stuff https://github.com/bertrandk/ring-gzip into the middleware chain, and it's not easy, since it needs to be below the level that you expose with the `wrap-routes` function :)
-
This middleware assumes that the developer already applied wrap-session, wrap-cookie, wrap-params and possibly more. I struggled a bit today before remembering that. I guess this would be a blocker fo…
-
It may be nice to steal a page from Hutch/etc's book and provide a way to serialize
and deserialize published messages and delivered bodies automatically. We can go
as far as having our own middleware…
-
**Describe the bug**
We get occasionally the following error message:
"java.sql.SQLNonTransientConnectionException", message: "(conn=801) unexpected end of stream, read 0 bytes from 4 (socket was cl…
-
I use `ring.middleware.format` and it [sets](https://github.com/ngrunwald/ring-middleware-format/blob/6f2930789c1bf43c4001bc4fb19fcab284884a99/src/ring/middleware/format_response.clj#L202) `Content-Le…
-
**Describe the bug**
When creating a SQL question that is used for sandboxing a table, then it will not work if the table contains `enum` columns. This might apply to other types, where Metabase is g…
-
We are currently using reitit with ring-servlet. And our servlet is mounted under a context which we get in the ring request map it looks like this:
```
:servlet-context-path "/servlets"
:uri "/s…
-
### Describe the bug
Trying to connect to an apache spark cluster on my local network, and it fails with `'void org.apache.thrift.transport.THttpClient.(java.lang.String, org.apache.http.client.HttpC…
-
When I jump to a function definition from a third party library the file is opened in read-only mode. For example when I jump to the `ring.middleware.gzip/wrap-gzip` function by holding alt and clicki…
-
Cheers to everyone at Clojurewerkz! Developing a web app with Monger and Spyglass was an absolute joy, and I'm glad you're out there abstracting ConnectionFactoryBuilders for people like me.
I'm stil…