Andy Li

Results 138 comments of Andy Li

#193 adds Twitch streaming status badges. If you're interested in how to access the info from Twitch API, see https://github.com/badges/shields/pull/3683.

+1 I would like to use this feature as I'm looking for a way to display the download status since my binaries are large. If this PR is merged, it...

@ezh Sounds very nice. Long build time is indeed a major issue for me to develop Android app using Scala... I will have a look to it and hope it...

@ezh I was simply using a unmodified emulatord the proguard skipped app crashed. @loganj Thanks for your response, but I would like to skip proguard in the main project too....

I've heard that the APIs are different, so prepare to have some code changes.

I think the best info is (will be) over https://github.com/PhilipHazel/pcre2/issues/51

> Recently I did this for mac [62ee6a9](https://github.com/HaxeFoundation/haxe/commit/62ee6a9a8e727de30ac7c8f6c82a3e8f42b9a22b) And it works. hmm... Shouldn't pcre2 uses `pcre2.h` instead of `pcre.h`? How come it compiles...

> Maybe the worker has it pre-installed now and our manual compilation of pcre is obsolete? Probably. Then it is still not using pcre2. Should also check whether the haxe...

The typescript def needs an update for 0.7.0. e.g. There is no more `create` and `registerMatcher` in `FlexSearch`.

Somewhat related, I found the `earthly` command invocation too verbose. Given a Earthfile with a `RUN` command, ``` RUN \ --secret AWS_ACCESS_KEY_ID=+secrets/AWS_ACCESS_KEY_ID \ --secret AWS_SECRET_ACCESS_KEY=+secrets/AWS_SECRET_ACCESS_KEY \ --secret AWS_SESSION_TOKEN=++secrets/AWS_SESSION_TOKEN \ aws...