Danilo Bargen

Results 535 comments of Danilo Bargen

> Also, have you checked for side effects? This model is being used throughout a couple of other messages and I'm not sure it makes a lot of sense in...

@lgrahl I added some additional notes regarding validation.

This would be nice, especially since [shariff](https://github.com/heiseonline/shariff) uses font-awesome for social share icons. See https://18.re-publica.com/de/news/kommt-zur-prepublica-am-1-mai for example, where currently a padlock is used for sharing with Threema.

Updated to alpha 9. The non-blocking embedded-hal traits have now been split off into the `embedded_hal_nb` crate. I tried to implement both blocking and nonblocking traits, but hit a small...

I'd be interested too in a way to use the devcontainers extension with the open source version of Code... @github-actions please un-stale.

Other ideas for a shortcut: "u" (undo) or "ctrl+z"?

I can confirm this. The `scrollIfGlued` function is called for every $digest cycle. This can cause problems like threema-ch/threema-web#18 ("scrolling up sometimes fails") if a lot of events are dispatched...

Actually it *still* does not work properly in all cases :slightly_frowning_face: Still debugging...

> I think we should keep the fn main() {} standard basic Rust application format rather than replicating the whole setup() and loop() thing from Arduino. I see that Rust...

Rust uses MIT/Apache-2 dual licensing. It might make sense to match that. The question is whether it's legal to integrate that with the LGPL libraries by Particle through static linking...