Wasabi_Thumbs

Results 8 issues of Wasabi_Thumbs

#### Issue details In a new project created with the provided tool and imported with IntelliJ IDEA, with a project SDK of 18 and running on Linux, trying to run...

See [this PR](https://github.com/KyoriPowered/adventure-platform/pull/105) for how it may be implemented in adventure-platform.

This exposes the private field `bossBars` in order to allow checking if a `FacetAudience` has been shown a given `BossBar`, and to list the `BossBar`s previously shown to the `FacetAudience`....

Wikimedia "Mercator Projection" vs Global Land Mask (green & red). Green means an antipode with land on both sides. ![image](https://user-images.githubusercontent.com/29989488/64500193-38b1b180-d28a-11e9-8e64-4f1e5c6666e2.png) I believe my x,y to lat, long coordinate conversion is...

For a project I am working on, I am utilizing ``pure-rand`` version ``6.0.2`` for it's ``xoroshiro128plus`` functionality. However, I wanted to be able to serialize the full state to a...

### Summary Cross-post of [readable-stream #539](https://github.com/nodejs/readable-stream/issues/539) (for which a [reproducible example](https://github.com/WasabiThumb/reprex-539) was made, also on [GitHub Pages](https://wasabithumb.github.io/reprex-539/)) May be related to #98. This may not chiefly be an issue with...

Would resolve #539. This is a hacky solution that may preferrably be made obsolete by resolution of [davidmyersdev/vite-plugin-node-polyfills#106](https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/106). The root issue is that some ``node:process`` polyfills export an ES module...

Similar to #450, though in this case a polyfill is present. It looks like the ``process`` polyfill is an ES module with a default export that isn't being properly unwrapped...