Steve Desmond

Results 48 comments of Steve Desmond

:100: After #7275, this would fix #9086

According to [this Stack Overflow post](https://stackoverflow.com/questions/55171449/operating-system-does-not-meet-the-minimum-requirements-of-the-language-server), clicking "More" might tell you the minimum OS version required.

Theoretically the architecture is backwards compatible, so it should still work. Let me know! If not, once I get 1.22+ builds working, 64-bit will be next on my list.

Builds are working again, so this should be possible with some effort: 1. you'll need to change anywhere you see `gnueabi` here and in https://github.com/stevedesmond-ca/arm-builder to `androideabi` if it's running...

Also trying to upgrade our app to PHP 7.4 and blocked on this issue -- paging other recent contributors @brianmc and @ashtru: any news on this?

I don't know that this PR will be merged, as it modifies generated code, rather than updating the generator, which I'm not positive is possible, given what it needs to...

This may be blocked on beto-rodriguez/LiveCharts2#144, as I don't know if the chart will be clear enough without a legend...

New `Stats` class, including `Min`/`Mean`/`Median`/`Max`, has been added and `Hammer` now uses that in its results. The `multiline` branch includes work-in-progress for the new `MultilineChart`, but needs a legend before...

At this point, forking LiveCharts and pulling out just the SkiaSharp functionality might be the best bet...