milahu
milahu
https://github.com/milahu/svelte-layout-resizable#status > ⚠️ deprecated in favor of https://github.com/mathuo/dockview > Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue. very similar to goldenlayout.js
mostly avoid creating tempfiles tested briefly
[Maintainer Burnout Is Real – Why Open Source Is Stagnating](https://www.linkedin.com/pulse/maintainer-burnout-real-why-open-source-stagnating-peter-smulovics-9bgze/) > What Needs to Change > > Shared Ownership: Projects need more distributed governance models, not hero maintainers carrying everything....
https://simonoppowa.github.io/OpenNutriTracker-Website/ > 404 > There isn't a GitHub Pages site here.
lots of high-performance software (libtorrent, games, ...) is written in C++ it would be interesting to compare C++ against Rust maybe use different C++ libraries: boost, PhotonLib, ...? related -...
explore editing hocr files via svg files aka: `hocr2svg | inkscape | svg2hocr` status: early draft problems: at least with inkscape, the groups make it hard to edit text i...
broken hocr-editors can mess up the order of words and paragraphs this is an attempt to restore the correct order of words and paragraphs example use ``` hocr-text --sort-words -f...
cherry-picked from #23 todo: use the same strategy to infer bboxes of paragraphs, areas, pages
quickfix to avoid broken file paths > require hocr_xml_file_path to end with _hocr.html the user can bypass this requirement by setting all file paths before this patch `ImageStack.parse_stack` tried to...
i have two versions of the same book 1. a EPUB version 2. a HOCR version created by tesseract from scanned images (TIFF files), which i want to convert to...