jadon
                                            jadon
                                        
                                    Fixes #156
This isn't a high priority at all, but projects outside of Sponge that use Mixins may want to use Kotlin. The only issue I see is with `static` functions, and...
`@Intrinsic(displace = true)` is a very useful way to replace a method while still being able to use the original contents in arbitrary ways. For the rest of the issue,...
This is the new recommended URL for the Sponge Repo.
I have almost everything updated except for a few things. `hashmap_core` relies on some internal allocation error enums that were recently changed. I've got a patch [here](https://github.com/Amanieu/hashmap_core/pull/11) but it still...
I can't see what I'm hovering over! Awesome project! Definitely using this as a daily driver.
Commit messages with HTML in them aren't sanitized, which can lead to bad things if a user doesn't close a tag within their message. 
**_Reopen this issue whenever Permalinks break_** They're buggy and work only half the time. I think if we encode the request into base 64 and decode it in the POST...
There is a lot of extra space on the right side when viewing from a desktop, and the mobile view doesn't exist.
- `{1o}3*` should run the block 3 times. - `[123]{)o}/`Should run the block for every object in the array with the object placed on the top of the stack, printing...