Ruben Anders

Results 55 comments of Ruben Anders

This removal will also potentially make implementing #23 and #44 easier.

I think you're right, that would make a lot of sense. I hadn't heard of `yoke`, actually. When I last looked into it, self-referential structs were a royal pain in...

@Rhodizzle You can, for the time being, use [this](http://br.sidoh.org/). Select "Actively cooled" and adjust the control rod insertion until you get the mb/t you want.

@sandalle you may! I did not make it but it's pretty damp popular over at [/r/feedthebeast](http://reddit.com/r/feedthebeast), that's why I knew of it.

For this you have to dig into what the macro generates. It generates a `ReadOnlyOriginalTypeName` struct that is created via a `Deref` trait implementation. Here's an example of how you...

I think only the people who receive the gifts get points currently. I agree, this could be improved. 👍🏻

Had to work around this issue today again: https://github.com/robotty/twitch-irc-rs/commit/6195c31d74d00b3e4e33e534c141779b7bbe3c57

> > What is your use case of the membership capability? I'm asking because this might be a case of an [XY problem](https://xyproblem.info/). > > This library doesn't request the...

Mentioning [fast-str](https://crates.io/crates/fast-str) here as well.

In this case, I need to use the `adl_serializer` specialization everywhere? I see. Thank you for the swift response, I had indeed overlooked this limitation. Would you be open to...