Anna Silva
Anna Silva
Trying to make a mixin on LivingEntity, I found myself rewriting the same mixin because it wouldn't get refmapped correctly. [Using Accessors in your code](https://github.com/adriantodt/FallFlyingLib/blob/71d302ea2b450245b142e16558aa045333c298ea/src/main/java/net/adriantodt/fallflyinglib/mixin/LivingEntityMixin.java) get refmapped correctly. In other...
Apparently, forEach merge and sums all objects given to them? This is undocumented on the docs.  
Once added on the development environment, the game crashes on Mixin-ing. > [14:44:53] [main/FATAL] (mixin) Mixin apply failed fabric-biomes-v1.mixins.json:MixinBiomeSource [...] Excluding the Fabric API transitive dependency did the trick, so...
Re-creating this PR because it was made on "master" branch. (From original pull request) Adds supports to "rcvd" field on every incoming payload received, which caches its value on a...
The Mod overwrite the Vanilla and Optifine Capes, causing them to be glitchy.
I've been following the rise of the [LavaLink](https://github.com/Frederikam/Lavalink) (and other servers such as [Andesite](https://github.com/natanbc/andesite-node)) and a thing I've noticed is that LavaPlayer is being used on clients ([LavalinkClient](https://github.com/FredBoat/Lavalink-Client/blob/master/build.gradle), [LavaClient](https://github.com/SamOphis/LavaClient/), [AndeClient](https://github.com/arudiscord/andeclient),...
Currently, the query `r.table("test").insert(r.hashMap("foo", "bar").run(conn)` returns a Map. But this is the Java driver and we'd have a better interface if we had a POJO, provided by the driver, to...
This issue tracks the failing generated tests. ## MathLogicLogic ~~Appears to happen because of outdated polyglot tests?~~ The error happens because Python. `r.expr(r.expr(True) & r.expr(False) == r.expr(False) | r.expr(True))` seems...
After having to deal with Python scripts (See #10), it became clear that some (if not all) scripts should be re-engineered. I'm opening this issue to discuss about what approach...
Apparently, the [RethinkDB C# Driver supports serializing ReQL expressions](https://github.com/bchavez/RethinkDb.Driver/wiki/Extra-C%23-Driver-Features#serializing-reql-expressions). It might be nice to port it to Java. Implementation may or may not be compatible with C# driver serialization.