Marcel Müller
Marcel Müller
# Review of Actors POC Goal of this review: Thin-Edge.io has the opportunity right now to pivot into a different direction from before. To make sure that this new direction...
> I'm a little concerned about all the extra whitespace, and the potential complexity of displaying multiple errors in their entirety (as opposed to just the header, which I think...
> At scale, a dev does not necessarily have control over whether the sources they display are Diagnostics or not, and they might be surprised when they suddenly get a...
So, I've been thinking about this, and I would suggest the following path forward: - Create a recursive struct of all the information the errors contain (or don't contain) ```rust...
I believe this is fixed by https://github.com/zkat/miette/pull/169 ? @Porges could you potentially try that branch?
> https://github.com/zkat/miette/pull/169 seems to fix the compilation error but I still don’t get any diagnostics from the nested error. Indeed, this is something that is being discussed here, where I...
I just bumped into this, and am particularly interested in the `login_url` InlineKeyboardButtonKind variant. I don't mind helping out to see this added! What exactly do you mean by the...
If noone is working on the keyboard events I would like to take a shot at them.
So, interestingly [`UserInput`](http://docs.piston.rs/conrod/conrod/struct.UserInput.html) only stores keys since last input, and pressing both at the same tick is not very usable. Before I start adding that state to the textbox is...
In the same vein, I think it would be great to also get those stats as well. So that one can find out how much each actor is currently consuming.