Jonas Berlin
Jonas Berlin
Sad thing this was never included.. But maybe I'll try building myself.. Maybe even merge that other open PR #5 as well..
Thanks for your feedback! As a level 4 Rust noob I'll have to learn about associated constants first :) Also, how would such a constant be used? While the program...
> So yeah, you can get the value of this constant during the program run or, for example, use it in some const expression that will be evaluated during the...
I mean how can you access/extract the generated statemachine dot graph from e.g. build tools if it exists as an associated constant string?
An alternative to watch for changes to the certificates would be to use the --renew-hook to send a e.g. REST request using e.g. curl to the server to refresh the...
(DynamicCertOptions is lower-level than DynamicCertManager but yeah sure that can be used as well.)
More alternatives: * https://news.ycombinator.com/item?id=17213780 * https://news.ycombinator.com/item?id=17223477 * https://news.ycombinator.com/item?id=17223675 * https://news.ycombinator.com/item?id=17223201
Soooo what's up with this one? :)
Is this ok for merge?
> Also, I made `self` in `NotificationHandler::thread_init` mutable so I can actually use my `mpsc::Sender` to send a message to my GUI. Due to #104 I made a small test...