Erlend
Erlend
I think the changes i've mentioned will make the code more robust and clean. When i look at the state of the code now, it's hard to wrap my head...
> Do we need more reliable code? I think you DO want as reliable and clean code as possible when potentially many people are using your package for critical stuff....
That makes sense! i Run on a m1 macbook. Building a universal build including Apple Silicon would probably make it much faster! BTW: I tested against Terminal.app, iTerm2.app, Wezterm and...
Do you guys have a link to where this regex pattern is documented? That is using `Extended_Pictographic` and `Emoji_Presentation`. I couldn't find it mentioned in [RegExp](https://api.dart.dev/stable/3.2.6/dart-core/RegExp-class.html) and i'm surprised you...
In Wezterm you can configure the [unicode version](https://wezfurlong.org/wezterm/config/lua/config/unicode_version.html?h=unicode_version) and set the unicode version via escape codes, but i think all terminal emulators should strive to support the latest version, although...
Maybe review [this issue](https://github.com/martanne/vis/pull/1061) regarding "Prevent flickering in curses".
No there is not at the moment. There is a similar issue here https://github.com/martanne/vis/issues/694
Tried to install `ponyup` on macOS now and it failed because of wrong `libressl` version. I first installed libressl using homebrew: ``` brew install libressl ``` I install ponyup using:...
Tried to run the `brew upgrade/install` and `ponyup` commands and i get the same error message: ``` downloading ponyup-arm64-apple-darwin.tar.gz % Total % Received % Xferd Average Speed Time Time Time...
I see. This makes tooling on all new mac's (a very popular platform) less convenient. I tried building from source, but then llvm was added as a git submodule and...