Thomas Niederberger
Thomas Niederberger
I had the same errors on classes that had some kind of export macro and are final at same time: class EXPORT_MACRO Foo final {}; I made a small PR...
Sorry for the slow reply. Yes, I also have still some issues. I might look into them at some point. Meanwhile for me I just changed the code a bit...
I'm also interested in this PR. Use case would be to do EC in WebAssembly. @briansmith Is there something we can do to help out?
I'm also interested in this feature. Did you find some kind of workaround to get the position with wrapped text?
I just had a quick look at the clap documentation and this is documented behavior. `trailing_arguments` is marked as `last=true`: ``` #[clap(last = true)] trailing_arguments: Vec ``` And from the...
@housleyjk I saw that you made a release in April. Are you planning to continue to maintain this crate to some extent and are you accepting pull requests? Thanks for...
I tried to reproduce your issue, but so far without success. Can you try the following: - We use a different docker image for our tests: `paritypr/substrate:latest`. Can you try...
@shanithkk Does it work with the other images? Then I would close this issue
Glad to hear that it works with `paritypr/substrate:latest`. Do you know what kind of event causes the crash?
@shanithkk Is this still a problem for you? Otherwise I will close this issue