Kochise

Results 69 comments of Kochise

[nomnoml_test.pdf](https://github.com/skanaar/nomnoml/files/5826373/nomnoml_test.pdf) [nomnoml_test.svg.txt](https://github.com/skanaar/nomnoml/files/5826374/nomnoml_test.svg.txt) [nomnoml_test.tex.txt](https://github.com/skanaar/nomnoml/files/5826375/nomnoml_test.tex.txt)

No problem, thanks for the support :p I don't know about conformance test, as I wrote in the other issue I reported, a `SvgTidy` tool was supposed to do the...

Same problem : https://stackoverflow.com/questions/12464533/how-can-i-verify-a-svg-doc-is-correct-version-1-2 Sanitizer with debug output : https://github.com/darylldoyle/svg-sanitizer Renderer and basic checker : https://svgcheck.toolforge.org/ SVG minifier : https://www.svgminify.com/ Optimizer : https://github.com/svg/svgo Maybe that one might do it :...

https://github.com/JoKalliauer/cleanupSVG (updated today) https://github.com/RazrFalcon/svgcleaner (updated in march) https://github.com/hildjj/check_svg (last update in 2014)

MHTML is pretty much the format mails are sent/stored into, hence quite easy to parse and manipulate. And indeed, reduce redundant files to only one instance (check with hash).

https://github.com/Modified/MHTifier https://github.com/chemag/libmhtml.py https://github.com/ssato/python-smhtml https://github.com/lsowen/mht-rip https://github.com/ohwgiles/wemed

Cool. Keep in mind that MHTML is "just" a mail in MIME format. With an embedded "index.html". https://stackoverflow.com/questions/31250/content-type-for-mht-files -> https://www.rfc-editor.org/rfc/rfc2557 https://datatracker.ietf.org/wg/mhtml/about/ -> https://people.dsv.su.se/~jpalme/ietf/mhtml-info.html https://www.hunnysoft.com/mime/mime-guide.html -> https://en.wikipedia.org/wiki/Base64 Since it's mostly text...

> But if you connect them it only uses one direction: https://mermaid-js.github.io/mermaid/#/flowchart?id=direction-in-subgraphs -> **A clarification is in order here.** at the bottom

Still experiencing the issue : - First click on [Root/Types/ObjectTypes] : ``` TreeItemNode ObjectTypes selection_changed TreeItemNode Types pressed

Hacked in a little event filter. Not a silver bullet though. ![enamlx_tree_click_filter](https://user-images.githubusercontent.com/23077417/196119929-eea62b83-b239-4d4f-8c73-09faad85ffe9.gif) Still dunno the difference between `pressed` and `clicked`. And why both `clicked` and `double_clicked` have to be emitted.