Mattia Maldini

Results 11 comments of Mattia Maldini

Note that the same happens not with just the whitespace, but with any syntax error that happens during the module declaration. Writing ```elm Module View -- Note the uppercase 'M'...

This is what I was trying to accomplish: ```rust use embedded_timer::{Timer, Clock, Duration::Milliseconds}; struct MyDevice { timer : Timer /* Other stuff */ } impl MyDevice { pub fn new(period:...

> Would you mind elaborating on this? It's entirely possible I overlooked something, but I'm not sure what issues you are concerned about. I can imagine a situation where mutable...

I'm afraid I'm not exactly sure of what you mean by "anonymous type parameters"

@PTaylor-us I think so. My main goal right now would be to declare a `Periodic` and `Running` timer as field/variable, and periodically check it, so exposing both type parameters as...

I understand, that's unfortunate. I will find another way to share my bus when `FullDuplex` is required. What do you think is possible evolution of this issue? Are you going...

> Is there any resolution to this..? :) This library was basically killed by Elm 0.19, so the name clash is just a formality. This `elm-ui` is not even present...

@opsb 's solution was the most straightforward to apply for me.

I'm facing the same issue

I need to come back to this because it's still an issue. Now I have a custom application that initiates the node mapping, but the procedure does not work (the...