Jaakko Keränen
Jaakko Keränen
Missing CJK glyphs is a known issue at the moment. It's happening because Lagrange only uses fonts from its own resources. For better CJK coverage, system-provided fonts should be used....
Arabic is fundamentally the same problem, although there’s also the RTL text rendering challenge. I’ve been thinking about this. When it comes to using system fonts, it is actually not...
Indeed, but my concern is the addition of new dependencies and therefore increased complexity, which need to be managed both in source code and in distribution over time, across all...
4756b0a18d58560cc4023ed61d4940b127da63f3 is a small step forward here. I've previously also added a Simplified Chinese variant of Noto Sans CJK.
Version 1.8 now has full support for downloadable and local TrueType fonts (as long as they are single-color, non-bitmap, and unhinted). The Noto fonts have quite good Unicode coverage for...
This would be a nice little improvement to the first-use experience. On Unix systems at least there's the `LC_*` environment variables that could be checked. However, the cost/benefit ratio isn't...
I think these external devices either don't produce input events via SDL, or if they now do, I'm not handling them. It could be worth adding native iOS code to...
I've been running Duckling Proxy for quite a while now and have had no issues with it. Could you share some details about your setup? - is the proxy on...
I tried running duckling on localhost (macOS Monterey, go1.16.6 darwin/arm64) but it crashes when a request comes in: ``` Info: Starting Duckling Proxy v0.2.1 on 127.0.0.1 port: 1965 panic: runtime...
The problem here seems to be (at least on my machine) that I already had a trusted certificate for "localhost:1965" that didn't match Duckling's certificate. This caused the request to...