Magnus Ihse Bursie
Magnus Ihse Bursie
I ran `codespell` on the `src/java.desktop` directory, and accepted those changes where it indeed discovered real typos. I ignored typos in public methods and variables. Maybe they can be fixed...
A small patch for building on macOS. The build basically works, but the jar is named `BlockMap-gui-mac os x.jar` (with spaces) which is ... well, less than ideal. I also...
### Feedback The documentation seem to be incorrect. I followed the instructions but only got ``` { "error": "unauthorized_client", "error_description": "client or redirection URI not authorized", "state": "..." } ```...
After [JDK-8294281](https://bugs.openjdk.org/browse/JDK-8294281), it is now possible to disable warnings for individual files instead for whole libraries. I used this opportunity to go through all disabled warnings in hotspot. Any warnings...
Sometimes, the configure script is not called directly, but indirectly, using e.g. a wrapper script. This happens for instance in the case of using jib.sh. In such cases, calling "make...
This is a new, from scratch, implementation of the newly abstracted map data API. The goal for this implementation is to be maximally efficient. That means that map data should...
Thank you for the WireShark dissector! I have built an alternative dissector using Lua, which can handle "encrypted" traffic (it's more of an "obfuscation", really). Just wanted to let you...
### Minecraft Development for IntelliJ plugin version 2023.2-1.6.10-418 ### Description of the feature request The link between `Component.translatable()` and the language json file is awesome. It would be great if...
## What happened? The following formatting is produced by Palantir (we run it as a plugin to Spotless), version 2.28.0: ``` private static final int[] ACCESSORY_SLOTS = {RING_1_SLOT_NUM, RING_2_SLOT_NUM, BRACELET_SLOT_NUM,...
I found an issue when running TFC and [Canary](https://www.curseforge.com/minecraft/mc-mods/canary) at the same time. When you enter a newly created chunk, TFC consider it to always be of "Temperate" climate with...