Jamie Mansfield

Results 56 comments of Jamie Mansfield

> and a way to determine how much they have donated Not sure if that is something that the sponsors, or SpongePowered, would want to disclose.

- Remove links to Sponge IRC communications on the Chat page, seeing as the bridge is not longer maintained.

> but that runs into threading and race issues. If you use NIO, this shouldn't be an issue. ```java public static FileSystem openZip(final Path path, final boolean create) throws IOException...

@minecrell did dome cool stuff in https://github.com/LapisBlue/Pore that might help, related to events.

> The header removes that API, so that you can load a 3rd-party script and be sure that they won't use the API and opt you in. I think that's...

vast improvment on https://github.com/torvalds/linux/pull/437 (i guess from the title of the pr) bravo! might take a while to review though

This seems reasonable 👍

Since I originally opened this PR, Firefox now implements InputEvent - so I've implemented it here too (without the constructor, per the spec) :)