Adam Batkin
Adam Batkin
`sd` does not appear to be in the Fedora 33 repositories
Agreed, I believe this issue can now be closed: * [rpms/rust-sd](https://src.fedoraproject.org/rpms/rust-sd) * [rust-sd-0.7.6-6.fc35](https://koji.fedoraproject.org/koji/buildinfo?buildID=1855747)
To clarify: Would the solution `reloadAll(Map)` imply that `refreshAll(keys)` (where some are present and some are not) would end up with calls to both `reloadAll(Map)` and `loadAll(keys)` except where both...
The table looks entirely reasonable. The only thing of note is that existing code that has implemented `loadAll()` could suddenly experience a change in behavior where `loadAll()` is now called...
You should be able to use `SomeClient.new_with_client()` (instead of `SomeClient.new()`) and pass in your own `Client`. I believe you will also need to construct a CredentialsProvider in this case too....
I just went through some pain, and I'm also on Linux, using AppImage. In my case, I did two things: * Got rid of appimaged (it seemed like a good...
Hey @wodify, are you still interested in this? i.e. can you resolve conflicts (and then we can try to get this merged) or should I fork your fork and re-submit?...
This PR should be closed (resolved by #278)
I'm well aware of how to fix it (after all, we do the same thing with the system properties). My point is that for anyone that was trying to programmatically...
This is also a potential regression for existing applications that are not doing any custom proxy configuration and are relying on VPC Endpoints for security/compliance/cost (or whatever) reasons. Those applications...