Thomas Wearmouth
Thomas Wearmouth
### Description I recently converted my development environment from 0.15.0 to 0.15.9. Upon doing so I noticed that my console was spammed with warnings from the loader whenever I ran...
### Related problem I have an application where I render a simple UI like so: ```go SetupStyle() scaledWindowWidth := scale(float32(WindowWidth)) giu.SingleWindow().Layout( giu.Align(giu.AlignCenter).To( giu.Image(logo).Size(LogoSize, LogoSize), giu.ProgressBar(float32(Progress)/13).Size(scaledWindowWidth*0.75, scale(5)), ), ) PopStyle() ```...
Fixes #920 Not sure how to unit test this but I am open to suggestions
LoL's `match-v5` allows for `queue` and `type` query parameters to be passed to the `matches/by-puuid/{puuid}/ids` method. This causes it to return a list of match IDs filtered by either of...
**Description** ```java @Execute public void execute(@Context CommandSender sender, @Arg("player") Player player) { ItemStack item = new ItemBuilder() // ... .build(); XItemStack.giveOrDrop(player, item); } ``` https://pastebin.com/S4Vt1gJm **Version** Latest XSeries (11.3.0) Java...
#349 resolved the issue only in the `.pom` but not in the `.module`. When used for publishing, Gradle publishes a module file in addition to the POM. When resolving dependencies,...
**Extremely** minor, but `Reload4jLoggerAdapter` appears to have inherited this typo so seems worth fixing before it happens again.