Danilo Bargen

Results 535 comments of Danilo Bargen

When a lot of transformation steps are being done, it might be cheaper to create a VDOM from the DOM, to apply those transformation steps to the VDOM and finally...

I originally tried to do that for this project: https://github.com/threema-ch/compose-area/blob/0c54358ba9e0f8d3ca6fc247d1b04e2cbb187e38/README.md (see "Concepts"). Unfortunately that attempt failed. When working with contenteditable elements, there are so many ways how they can be...

Yeah, something similar to this function (which extracts text from an element) could work: ```rust /// Process a DOM node recursively and extract text. /// /// Convert elements like images...

Note that podman has something like watchtower built-in:

Yes, but a way how this could be done is by creating a "subtype" of `Value` that does not include `f32`/`f64`. `Value::as_hash_map` would then simply fail if a key is...

I just found out that a newtype struct is serialized as fixarray (0x91). I concur with @SX91 that newtypes are a special case and that they should be transparent. To...

> I'd recommend using master branch for now as those changes are already there. Ah, awesome!

Let me know if I should build the tool with debug symbols to get a nicer stack trace.

Not all those measures can be avoided: https://dontkillmyapp.com/

Thanks. Which Python version - if any - does Micropython track?