David Negstad

Results 100 comments of David Negstad

> In that case, it's even better to just return an error to the user. That would simplify the logic quite a bit as fallback can get complicated. > >...

I just rebased https://github.com/moby/moby/pull/50114 on latest master and updated it to use the subnet/pool option from above. The subnet size is no longer considered a hint; the request will fail...

@DamianEdwards DCP explicitly creates folders for a bind mount share if one isn't present. We do this to make the behavior consistent between Docker and Podman. Docker, by default, would...

This is almost certainly a user permission issue between the volume mount and the container; it looks as though the [default user for the postgresql image](https://github.com/docker-library/postgres/blob/3a94d965ecbe08f4b1b255d3ed9ccae671a7a984/16/bookworm/Dockerfile#L13) is `postgres` with user...

@R-G78 you're likely going to have to upload the screenshot directly on GitHub, I don't believe attachments are included when replying to comments via email.

@R-G78 I just tested on my Mac with the latest VSCode and extension release and wasn't able to reproduce. It looks like you have one or more extensions installed that...

You could try disabling all of your extensions and seeing if your context menu starts working, then turning them back on one at a time until it stops working; that...

@Suiram1701 the ASP.NET development certificate was updated in .NET 10 to include hostnames required for containers to trust host services over HTTPS. Previously the certificate was only valid for localhost...

Support for trusting the development certificate has been added in https://github.com/dotnet/aspire/pull/11889