Results 146 comments of Erlend

I'll just link this article here. It's a good read with some valuable links https://mitchellh.com/writing/grapheme-clusters-in-terminals

Yeah i'm a beta tester on the Ghostty terminal (it's great!), and they have implemented [Mode 2027](https://github.com/contour-terminal/terminal-unicode-core) for proper Unicode handling

I would still like a configuration file to be accessible in both Dart and native code. Regarding multiple files per platform, i think a single config file with additional entries...

To have everything in one file would make dev-life simpler i think (like with --dart-defines-from-file vs multiple --dart-define values). If you could have all values available in both Dart and...

@matthewnitschke I tried to copy that [highlights.scm](https://github.com/UserNobody14/tree-sitter-dart/blob/master/queries/highlights.scm) file to `Library/Application Support/Zed/extensions/installed/dart/languages/dart/` but that just made the syntax highlighting very minimal like this:

As Dart developers we're all excited about this. Please stop spamming the issue - and in general only comment on Github issues if you contribute to solving it in some...

Nope. I think i gave up htmx after seeing there is little activity here and many issues.

have you checked out https://capnproto.org/

There is a [pure c](https://github.com/jmckaskill/c-capnproto) implementation of [capnproto](https://capnproto.org/).

The [main c++ lib](https://github.com/sandstorm-io/capnproto/commits/master) seems active, there are also support for [other languages](https://capnproto.org/otherlang.html).