Casper Meijn

Results 28 comments of Casper Meijn

Ok, thanks for your reaction. I will use a single string for now. Would this be fixable by a beginner?

Good to hear you found the underlaying issue. Don't hurry for me, as I have my workaround using the `--semihosting` argument. Thanks for the quick response.

See #144 for WS-UsernameToken

I think this is an interesting idea. I already found it strange that the nrf52 ADC drivers where to MCU specific. - I think it would be useful to see...

This seems to be fixed on latest master

Is this still needed? The `trait Name` exists now and is had the `type_url` method. Does that cover the use cases for this PR? https://docs.rs/prost/latest/prost/trait.Name.html#method.type_url

I close this issue as it seems to be solved. Please reopen if that is incorrect.

This has recently been fixed by https://github.com/tokio-rs/prost/pull/998

- You can encode the message to a bytebuffer, but that doesn't guarantee a valid UTF-8 string. You would need something like base64 for the conversion from the bytebuffer to...

You are looking for the `Name` trait: https://docs.rs/prost/latest/prost/trait.Name.html