Soni L.

Results 244 issues of Soni L.
trafficstars

~~We have Java Cards but what if we had Wasm Cards as well? unfortunately it would be a lot easier with a 16-bit format instead of the 32-bit and 64-bit...

When scanning a repo through such means: ```python todocommits = set() for ref in repo.references: ref = repo.references.get(ref) todocommits.add(ref.peel(pygit2.Commit)) todotrees = set() while todocommits: c = todocommits.pop() todotrees.add(c.tree) todocommits.update(c.parents) todoblobs...

It is important for privacy-preserving mods to enforce their client commands don't leak to the server.

enhancement

enhancement

Idk, but I feel like event-based fuels would be somehow nicer... FuelEvent, BetterFuelEvent extends FuelEvent (look at my BetterSmelting mod), etc... it also wouldn't force me to reflect fuelHandlers as...

Hi, I'd like YAML 1.2 support.

Tests like these: https://github.com/Mojang/brigadier/blob/cf754c4ef654160dca946889c11941634c5db3d5/src/test/java/com/mojang/brigadier/StringReaderTest.java#L239-L247 will actually pass if no exception is thrown.

There's currently no support for Sets and other things. Also there's no flexibility for what kinds of maps you can get out of the thing - there's no support for...

When joining a reports-enabled server, provide a DHT-based "backlog mode". Basically the ability to see past chat messages from before the player joined. All powered by a DHT, with no...

enhancement

Similar to the SMP, there should also be a PSK-based fingerprint verification method. This would be very useful if you happen to have a 32-byte (256-bit) PSK "somehow".