Markus Schlotbohm

Results 39 comments of Markus Schlotbohm

Having the same issue

This is my render command: `render_list -a -f -m ajt -z 15 -Z 20 -n 18` I am using this docker image: [Overv/openstreetmap-tile-server](https://github.com/Overv/openstreetmap-tile-server) The docker image is currently consuming 16.82GiB...

We do use ef core to persist the keys into a database. > * Then update your code or configure to point to the new certificate Unfortunately, there is no...

Basically performing a simple if before clearing ```cs private void ClearByCookieName(string name) { if (!_context.HttpContext.Request.Cookies[name].IsPresent()) return; _context.HttpContext.Response.Cookies.Append( name, ".", new CookieOptions { Expires = new DateTime(2000, 1, 1), HttpOnly =...

Same for a standard console application: Also `net7.0-windows`, `net8.0-windows` are not working as well ```csproj Exe net6.0-windows enable enable ``` ```cs // See https://aka.ms/new-console-template for more information using InTheHand.Bluetooth; Console.WriteLine("Hello,...

Try this https://github.com/openmaptiles/openmaptiles/issues/1349#issuecomment-1033690149 in your docker-compose.yml ```diff - - pgdata:/var/lib/postgresql/data + - ./pgdata:/var/lib/postgresql/data ```

Another wish of mine would be a documentation for the available ingress annotations for yarp Kubernetes.

My current csproj looks like this ```xml Exe net7.0-windows10.0.19041.0 enable enable ``` The code like this: ```cs // See https://aka.ms/new-console-template for more information using InTheHand.Bluetooth; Console.WriteLine("Hello, World!"); var discoveredDevices =...