Christopher Hunt
Christopher Hunt
Requesting that this issue be re-opened also. That, or the documentation at https://www.vaultproject.io/docs/secrets/kv/kv-v1#ttls be updated to reflect v2 behaviour. Thanks.
Ah nice. Would it be useful to show all of those columns available via `.schema` into the "known message fields" associated with the screen shot above?
Any explanation on why tags cannot work with bincode? Thanks.
I'm unsure whether I'm seeing the same thing, but here's my log: ``` [2021-10-30T06:44:15Z INFO probe_rs_debugger::debugger] Attempting to initialize the RTT. [2021-10-30T06:44:15Z INFO probe_rs_debugger::debugger] RTT initialized. thread 'main' has overflowed...
It’d be great to have the user doc indicate any existing compatibility with the log crate, and perhaps an example. Compatibility was my first question. Thanks.
Packaged protected/private is nice, but I think that the real value of a plugin like this is to test any private/protected method. I'm quite ok with writing spec tests in...
What sort of documentation should we aspire to here? Perhaps we could enhance the description for clarity.
Just wondering if there was more thought on this. Is the lack of activity here also related to the utility of multi channel?
> * Could you split into several files? `time_driver/{mod.rs, rtc.rs, timer.rs}` Resolved in commit d99c74807a5b09fad79702aae1ba686bf8a1d8d0
Just writing up here what became the blocker: Functions in traits cannot be declared const... The [RFC states](https://github.com/rust-lang/rfcs/blob/master/text/0911-const-fn.md): > Traits, trait implementations and their methods cannot be const - this...