Przemysław Onak
Przemysław Onak
I think using `Link` is bad idea, as it assumes we're serving some kind of HTML. Which is not always the case.
Sorry, I think I've misunderstood this issue. I think having link pointing to documentation of current method is good idea, my comment does not really applies to this discussion. (I...
I think the clue of this is about not annotations on types, but about attributes. I.e. ``` variable.Should().NotBeNull(); variable[5].Should().Stuff(); // variable may be null is generated here ```
Basically the same as for your porduction code. Why bother when you can run the code and see that there is null reference there? Bot jokes aside, you want this...
Something is wrong with the BOT :/
> I see this problem too Do you use VPN? Have you changed WSL subnets? I think it should not be connected, because it happens even when my VPN is...
``` PS C:\> wsl -d podman-machine-default -u root You will be automatically entered into a nested process namespace where systemd is running. If you need to access the parent namespace,...
Yes, however I suspect that this is not related to podman verison, but machine version update (I am not sure how exactly is this connected). Without mirrored networking mode, my...
@n1hility according to this [still](https://github.com/containers/podman/issues/22975#issuecomment-2168384192) mirrored networking is not supported and I guess we could close this ticket. On the other hand it used to work, and it was only...
@tiagodaraujo do you plan to proceed with this MR? This is great work! Can I help?