Thomas Eizinger
Thomas Eizinger
@chergert I read your blogpost but I am not entirely sure what the conclusion from it is. I somewhat got the impression that this is possible today already with a...
I am fixing this problem upstream: https://github.com/rust-bitcoin/rust-secp256k1/pull/270
https://github.com/rust-bitcoin/rust-secp256k1/pull/270 finally merged! Meaning we could fix this issue by pointing to latest HEAD using `[patch]`! cc @bonomat @luckysori
There is this: https://github.com/marketplace/actions/setup-docker
According to [this issue](https://github.com/rust-lang/rustfmt/issues/3247) it behaves the way it is supposed to behave. However, I'd still argue that it should behave differently. Our usecase is to compile our code against...
Just to clarify: There is going to be no way of using unstable formatting features on the stable release channel? :( So we always have to install two versions of...
> Android studio isn't ANSI-aware either :-( We disable ANSI so I am not sure that is related?
> This seems like a bug introduced in #5558 possibly. I think this because we cache the logger in a `static`. There is a code comment about that. Should have...
> > We disable ANSI so I am not sure that is related? > > See the log output pasted above. It seems that logcat logs are still being written...
> > > This seems like a bug introduced in #5558 possibly. > > > > > > I think this because we cache the logger in a `static`. There...