Results 662 comments of milahu

factory functions can help this should have same performance as current impl concept for a "reusable parser" ```py import re import types class Stream: def __init__( self, handle_text=None, parse_controls=None, ):...

already possible: use a custom `screen` object ```py # pyte/test_parser.py # python3 -m pyte.test_parser # ansi color codes https://gist.github.com/Prakasaka/219fe5695beeb4d6311583e79933a009 #from pyte.screens import Screen, DiffScreen, HistoryScreen, DebugScreen from .screens import Screen,...

> precisely which bytes were parsed for each call to a `Screen` method doable with near-zero overhead https://github.com/milahu/pyte/tree/parser-pass-token-source edit: fixed edgecase where token spans across two data buffers ``` $...

https://github.com/peer-base/peer-base via https://github.com/ipfs-shipyard/peer-pad-core edit: same github org as peer-pad, d'oh

getting rid off typescript could help ; ) no need to overengineer this

quickfix for the non-flipbook views ```css /* hide bindery menu on scroll down */ .📖-controls { /* position: sticky; */ position: static !important; }

> I really don't think we should be making a request to all like 1000 servers huh? usually the VPN server is selected either by latency (parallel ping) or by...

added `Signed-off-by: Milan Hauth ` to commit message, DCO check should pass

thanks .... new mission: add DSO-2250 support to [OpenHantek6022](https://github.com/OpenHantek/OpenHantek6022) the interface runs fine, thanks to [version 120 shader code](https://github.com/OpenHantek/OpenHantek6022/blob/af753afb90f091acd87f4ee62787615977702510/openhantek/src/glscope.cpp#L296)

> It could happen if someone sponsors me a DSO-2250. i could publish my USB port online, but the latency would be terrible naah, im already working on the code,...