Chris Bouchard
Chris Bouchard
Hello again. I'd like to revisit this. I cleaned up and rebased my branch and opened a pull request: #3857. I apologize if I did not communicate clearly; when I...
One use case for me would be able to use `config::file::find` as per the second example in the OP, but with a different filename per-path. E.g., * `config.toml` in `$XDG_CONFIG_DIR`...
Regarding the first example, I'm not a fan of manually `map`-ing `replace` like that. It feels so, well, _manual_ compared to how smart the rest of this API is. I...
This is using the RC from #3761. I did not have this issue with the previous release. (But I did have the log in issue, so thanks for fixing that!...
Just wanted to mention this is still an issue on 4.7.1, at least on Linux (Fedora 32, Gnome 3.36.2 on X11).
I can confirm this is still an issue in 2.6.1. The issue seems to be that Pydantic doesn't check if [`TypeAliasType.__value__`](https://docs.python.org/3.12/library/typing.html#typing.TypeAliasType.__value__) would expand to an `Annotated`. #### With `TypeAliasType` ```python...
I don't think I understand the following: > Beware that is used in conjunction with the `nsswitch.conf` and `resolv.conf` tweaks above this will not work correctly, as systemd does not...
Finally getting a chance to look this over. Thanks for the contribution and for being patient. :+1:
Would you be willing to make a merge request with just the MTU changes for a one-layer VPN? I'd be very willing to merge that, and I think it will...
Thanks for splitting that off. I'll try to wrap my head around onion routing.