favonia
favonia
@kentookura Wow this is great news!
@kendikaku Thanks for the suggestion. Maintaining Proxmox scripts might be challenging for me. The "⛷️ Quick Start" section in the README should be helpful for you to create one. Docker...
@kendikaku Hi, I was wondering if the Quick Start section was helpful? While the short answer is _yes,_ I currently don't have the bandwidth to maintain a dedicated Proxmox script....
@kentookura To support UTF-16 efficiently, we need to avoid the recalculation of the byte offset of a UTF-16 unit when files change. This can be done by... (1) inefficient recalculation...
For ASCII printable characters, I believe byte offsets and UTF-16 units coincide.
Sorry for the compilation error. It's now fixed.
@cdrage ping
Does this amount to making the location type polymorphic? Maybe this can be done with the following change: ```ocaml Asai.Reporter.Make(Asai.Range)(Message) ``` where `Make` is taking two modules. One for locations,...
@mikeshulman The TTY backend has to work with the current Range module (or something that provides a linear order I suppose?).
@mikeshulman Do you want the TTY backend to display _only_ "textual" ranges and treat all other types of locations as "not having a location", or that it should allow an...