Results 653 issues of milahu

this repo looks unmaintained here are some forks * https://github.com/reef-technologies/local-echo * https://github.com/Hoss-Mobility/local-echo * https://github.com/varGeneric/local-echo ping @reef-technologies @Hoss-Mobility @varGeneric

blame #19 good ```js const localEcho = new LocalEchoController(); terminal.loadAddon(localEcho); ``` bad: characters are double printed ```js const localEcho = new LocalEchoController(terminal); terminal.loadAddon(localEcho); ```

with local-echo 0.2.0 from NPM fixed in #19 quickfix: install local-echo from github ``` pnpm rm local-echo pnpm i -D https://github.com/wavesoft/local-echo ``` related #4

this is an import of my nixos wiki article [NixOS configuration editors](https://nixos.wiki/wiki/NixOS_configuration_editors) why? im working on a config editor with webinterface see [nixos-config-webui](https://github.com/milahu/nixos-config-webui) the main problem with all these config...

imho its good sport to mention similar projects i only know [pagedjs](https://github.com/pagedjs/pagedjs) which is more active than bindery edit: `pagedjs` is a terrible mess ... not beginner-friendly

docs

otherwise only some pages are printed, and bindery throws the error ``` Layout couldn't complete Regionizer: Trying to flow into an element with zero height. ```

bug

the 3D flipbook view is a nice idea, but ... in my case it conflicts with [hypothesis](https://web.hypothes.is/) annotation where i want to select text to highlight or annotate but clicking...

say i have a book with 1000 pages, and i work on page 4 bindery takes some time to render all pages for my development loop, i want to render...

enhancement

**Describe the bug** the "running header" always has the same Y position regardless of `binderyOptions.pageSetup.margin.top` **Expected behavior** running header should honor `pageSetup.margin.top` **Additional context** actual CSS ```css .bindery-running-header { top:...

enhancement