Jonathan Browne

Results 9 issues of Jonathan Browne

Could you add a warning for mixin annotations when the `remap` value of an annotation doesn't match the obfuscation state of the target? Relevant annotations I've found: `@Mixin` `@Accessor` `@Invoker`...

type: enhancement
status: accepted
platform: mixins

When typing into the editor on iOS, the text suggestion bar doesn't behave normally: * The first letter typed acts as if it is its own word (for example, typing...

bug

Many emoji char codes are bigger than String.fromCharCode() supports. String.fromCodePoint() has a larger range that allows emojis. Fixes TryGhost/Ghost#11541.

Currently, the official documentation for the Ore 2.0 API is at https://ore.spongepowered.org/api. If that's the new primary reference, we should link it in the docs. If we want the docs...

input wanted
outdated docs
Ore

What's the recommended way to set up both a SpongeForge workspace and a SpongeVanilla workspace that share a single local SpongeCommon repository? Right now, I'm using a symlink in my...

help wanted

Could someone create a page that explains how to implement an event in SpongeForge that is based on a Forge event (such as [org.spongepowered.mod.mixin.core.fml.common.gameevent.MixinWorldTickEvent](https://github.com/SpongePowered/SpongeForge/blob/bleeding/src/main/java/org/spongepowered/mod/mixin/core/fml/common/gameevent/MixinWorldTickEvent.java))? Moved from SpongePowered/SpongeForge#379.

help wanted
input wanted

When I click on the repository link in the sidebar of a package page (e.g. the GitHub link on http://www.passportjs.org/packages/passport-facebook/), it tries to open a git:// URL, not the HTTPS...

The iOS app was sorting the challenges by decreasing member count, but the server returns challenges [in order of creation date](https://github.com/HabitRPG/habitica/blob/ff0bb9d005fba2b5fa04bbb79db23b12e46b223b/website/server/libs/challenges/index.js#L161) (with official challenges overriding the ordering). This mismatch seems...