Joep
Joep
Hi, In our project we implement multi-tenancy by setting prefixes on the `Repo` (eg. `MyApp.Repo.insert(%User{name: 'John'}, prefix: tenant_id)` We'd like to reuse this behaviour in our tests, but ex_machina doesn't...
Closing #280
I'm trying to use `Saxy` to convert a streaming XML resource into e SAX event-stream. I'm having a hard time though with closing the document. I wonder if `Saxy` could...
Mariaex is creating a lot of prepared statements when used in combination with Ecto. All queries are prepared before execution, but in most cases never closed. This mainly becomes a...
I'm trying to match an incoming request to an operation based on its request path. Matching appears to be fine as long as there is a server definition. However, in...
Most logs (all?) seem to be send to `/dev/stderr`. After deploying DefectDojo on our Nomad infra it appeared quite noisy on our error monitoring. After investigation it seems to send...