Results 662 comments of milahu

> another wild idea is to ditch the dom and canvas entirely and replace them with thin mocks which act as simple command buffers. then compare whats in those buffers...

> canvas -> svg pathstring naah .. my canvas solution is almost ready : ) i had an error in my "glue code" to import the canvas events from `jest-canvas-mock`...

still an issue ^^ looking for something like https://web.hypothes.is/help/embedding-hypothesis-in-websites-and-platforms/ https://h.readthedocs.io/projects/client/en/latest/publishers/embedding/ based on https://dokie.li/docs#html-article ... ### how to embed dokieli in a html document dokieli-example.html ```html asdf hello dokieli how's it...

duplicate of #1025 should we keep this open? to split 1025 into separate issues > [D]This is an enhancement suggestion in text editing mode, it should provide undo option for...

the "scale factor widget" (or "zoom level widget") (which shows the current zoom level) should work like in inkscape, gimp, ... -> when i scroll on the widget, the zoom...

> Yep, v5 will be pure ESM. choose: 1\. merge the working patch by @Konakona-chan today 2\. make your users wait forever for your "perfect" esm rewrite (i hope it...

then publish as `debug-esm`, problem solved.

similar problem on nixos linux i must set include paths for `bindgen::Builder::default()` in [c2rust-ast-exporter/build.rs](https://github.com/immunant/c2rust/blob/master/c2rust-ast-exporter/build.rs) ```rust let cppbindings = bindgen::Builder::default() .header("src/ExportResult.hpp") .whitelist_type("ExportResult") .generate_comments(true) .derive_default(true) // Tell bindgen we are processing c++...

onion v3 is already used by https://github.com/blueprint-freespeech/ricochet-refresh

patch versus svelte 3.46.4 ```diff --- a/node_modules/svelte/compiler.js +++ b/node_modules/svelte/compiler.js @@ -27381,7 +27381,7 @@ return b `let ${$name};`; }); let unknown_props_check; - if (component.compile_options.dev && !(uses_props || uses_rest)) { + if...