Hans-Christoph Steiner

Results 238 comments of Hans-Christoph Steiner

`DnsResolver.rawQuery()`accepts an int for the query type, HTTPS has been [allocated 65](https://en.wikipedia.org/wiki/List_of_DNS_record_types). The constants are just handy references. Also, it returns a `byte[]` which I believe is just the raw...

I'm thinking now that the preferred setup on Android would be to use the Android APIs to the system resolver automatically, then leave out ECH support by default on older...

My goal has always been to get Google to merge it, but that's up to them. In theory, the binary that I posted on Maven Central should be enough for...

Yuri Schimke: > I think that's a good target. DnsOverHttps won't fetch the additional fields, so seems like we'd need a custom Android Dns or DnsJava?. You can use the...

Seems to me that it will pay off in the long run to have a proper parsing setup that fully understands Markdown. That will handle the vast amount of edge...

yeah, we'd want to use an existing markdown parser, if possible.

thansk for your feedback! I agree that getting access to the AST is essential. Some quick reading of some Python Markdown libraries seem to show that they first parse to...

I think the work @mquinson has done on _po4a_ will serve as a great testbed and model for the Python work. I've tried to map out some of the issues...

you can find extensive discussion and examples here: * https://gitlab.com/fdroid/fdroidclient/-/merge_requests/929 * https://gitlab.com/fdroid/fdroidclient/-/issues/1918

There is more technical detail on this issue here: https://github.com/vector-im/element-android/issues/3637