Andrew Tran

Results 9 comments of Andrew Tran

Thanks! I'll check them out. I'll open source the PHP code soon, though it's not the prettiest. I'd love to rewrite it in Node sometime.

@johnwcode Here it is! https://github.com/28andrew/VaccineNotifierSite

The legacy icon appears to work just fine: ![image](https://user-images.githubusercontent.com/9660418/80395452-d63d0e00-8878-11ea-87c6-de842f999636.png)

```yml version: 2.1.7.0 runtimeMinutes: 8119 gdiObjects: 79 userObjects: 44 globalGdiObjects: 3975 globalUserObjects: 3975 handleCount: 990 releaseStage: production osVersionBuild: 18362.1.amd64fre.19h1_release.190318-1202 osArchitecture: 64 bit processorCount: 6 core(s) IsLightTheme: True IsSystemLightTheme: False IsRTL:...

Ah, that was the issue. I had a custom scale set to 110%. With the scale set to 100%, both values in the troubleshooting info for dpi are 96 and...

It was something I _liked_ to use but now I like the 100% scale, haha. So I guess it's not too bad of a bug. The custom scale setting in...

Great to see that this issue was fixed in a PR. I used this temporary workaround as I hadn't realized that it was fixed in a PR: ``` def archive(self,...

Seems like Java 8 is getting LTS updates until 2019. I'm down for migrating Skript to Java 10 or 11. Hopefully Mojang makes Minecraft Java Edition use Java 10+ by...

> what's the reason to build a class that derives from these? Not sure if it would've been better if I just made a new InstantCommand with its constructor that...