Results 8 issues of okx-code

### Zig Version 0.10.0-dev.3369+fdaf9c40d This bug is not present in version 0.9.1. ### Steps to Reproduce ```zig const std = @import("std"); const StrangeStruct = struct { name: ?[]u8 = null,...

bug
stage1

It'd be nice to be able to create`md5` hashes, `SHA-256` hashes, etc.

Suggestion: Add more lists, such as triangular numbers or lucas numbers. Also, maybe make another list command where it will get the first `n` numbers in the sequence, not numbers...

Added lombok to simplify some code as well as documentation in the class `DiscordBotListAPI` As well as that, the annotation `@Deprecation` on `getVoters()` has been removed, but a warning has...

This PR is slightly different to the previous attempts #6418 and #7264 in that it more closely reflects the expected behaviour in the original bug #1822 The pull requests mentioned...

fix ``` java.lang.reflect.InvocationTargetException: null at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at com.github.maxopoly.angeliacore.event.EventBroadcaster.broadcast(EventBroadcaster.java:45) [angelia.jar:?] at com.github.maxopoly.angeliacore.connection.play.packets.in.ChatMessagePacketHandler.handlePacket(ChatMessagePacketHandler.java:21) [angelia.jar:?] at com.github.maxopoly.angeliacore.connection.play.Heartbeat.processPacket(Heartbeat.java:87) [angelia.jar:?] at com.github.maxopoly.angeliacore.connection.play.Heartbeat.run(Heartbeat.java:168) [angelia.jar:?] at...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2

This patch attempts to optimise TemptGoal, where its behaviour causes every entity with that goal to check the items of every player in the same world every tick. With 2,000...

scope: performance