Jens Reimann
Jens Reimann
Cleaning up issues, I ran into this one. Currently trunk itself knows two modes (release and non-release). Trunk's `--release` basically translates into cargo's `--release`, but also triggers a bunch of...
> > Another alternative would be to add some `--cargo-profile` flag, which can override the cargo profile ad-hoc. That would do the trick, would be quick, but not the best/ideal...
Yes, the current implementation is actually using them. However, that still means that the whole table needs to be re-processes. I would hope that there's a solution where each row...
Ok, a fix seems to be pretty hard due to: https://github.com/yewstack/yew/issues/3041 Also, PatternFly react suffers from the same issue. So let's keep it open, but ignore it for now.
Additional thought: For HTTP, we could allow translating all `Drogue-Attr-` prefixed headers as extension attributes too.
Hm, this can be tricky. I know this topic came up once or twice. And I am glad the code could help you learn :) I think it should be...
I think this is heading in the right direction. I don't think you need to implement the `SignatureProcessor` interface, but leverage one of the others and just call them.
I think using `RsaHeaderSignatureProcessor` might be good enough.
Right, the signature header must be a size that can be divided by 8. If that's not the case, then you need to add more zero bytes until this is...
Yay :) Cool, great achievement. Implementing a validation tool would be cool indeed. But would also be much more complicated. I don't want to discourage you :) I a nutshell,...