Vitaly Puzrin

Results 331 comments of Vitaly Puzrin

Also worth refer binary format as base. The "lvgl" one is less optimal, focused on text representation of the source. Binary is a close subset of TTF, with minor local...

> So I looked closer at arial.ttf using fontdrop.info online tool. I can confirm that Russian letters АВЕМНОРТХаенорсух share glyphs with regular ASCII letters. That's 17 glyphs. And you used...

There is a chance we ignored deduplication to save time. But that's 100% not internal [binary] format restriction (don't remember about lvgl).

vue does not seems to be related to this package.

That's a package manager issue, not a package one. The first thing to try is to remove the `node_modules` folder and any internal caches.

Could you explain what kind of maintenance do you need/expect? IMHO, the codebase is stable for many years (one known problem with multistream unpack, and nothing else)

To be honest, I prefer a conservative approach: "no changes just for fun." But if you think some changes are important for you, I'd propose posting an issue with a...

https://github.com/puzrin/reflow_micro/blob/master/firmware/src/lib/ble_chunker.hpp On upper level, the optimal approach is to use sparse confirmations and message/chunk incremental counters to detect gaps. Sending data to server can be done with existing Write with/without...

If you need advanced metadata management, it's probably better to select more advanced projects for translation. This one was done to be compact for "small projects," and having no metadata...

Exact source mapping with char-level granularity is not available. However, for the blocks, there is a `.map` property with start/end lines. You can attach those to your HTML output and...