Etienne Lafarge
Etienne Lafarge
Hello, and thanks a lot for all the work on the OpenTracing integration with ASP.NET Core :) I think I've spotted a bug when bumping to 0.7.1. I can't import...
This is important
It was late when I wrote it, there might be some... **Markdown test** -E
I've recently tried to move to `NpgsqlDataSource` to create connection on my company's codebase (moving from `new NpgsqlConnection(connectionString)` to creating data sources at startup and then creating connections with `_myDataSource.CreateConnection()`....
Here https://github.com/jacksoncage/varnish-docker/blob/master/Dockerfile#L22 . Indeed, I tried to build the image locally and got the following error : `Step 9 : VOLUMES Unknown instruction: VOLUMES` According to the [Dockerfile reference](https://docs.docker.com/reference/builder/#volume), this...
Postgres 15 introduced support for ICU locales. This PR makes it possible to configure such locales via the initdb field of the cluster spec.
This PR makes it possible to pass build tags when invoking neotest, using neotest's `extra_args` option. For instance, if you want to pass the `e2e` build tag, you can do...