Lucas Birkert

Results 11 issues of Lucas Birkert

- [x] *Please search the issue tracker for existing feature requests before submitting your own. Delete this line to confirm no similar request has been posted yet.* ### Enhancement Summary...

enhancement

When assigning a struct to a const like following: ```rs #[napi] pub struct MyStruct { } #[napi(js_name="myStruct")] pub const MY_STRUCT: MyStruct = MyStruct {}; ``` and importing the library, The...

Discussion

When you press ctrl + v as example to sprint and switch a slot at the same time ingame the game crashes.

bug

IPv4 has a parsing method, why is there none for IPv6?

I've got some operations that are quite fragile to timing [multi-threading is not possible] and using `network.write` in between causes these operations to fail. I only want to write for...

question

If you are going for speed you should look into Java's builtin Vector API (https://docs.oracle.com/en/java/javase/16/docs/api/jdk.incubator.vector/jdk/incubator/vector/FloatVector.html) which supports the SIMD instruction set (Single Instruction, Multiple Data) instead of creating your own...

Would be useful to test features that require server side packets to be sent without a bunch of server reloads/restarts. (Certain packets for NPC actions example)

feature request

Hey there, trying to use codeblocks in list bodies: ```md 1. Install the latest version of rust: 2. Clone the repository: \```sh git clone --depth 1 https://github.com/qb-rs/qb cd qb \```...

question

TextDiff::configure().diff_lines does not want to accept owned Strings as arguments, only String references. Therefore I cannot return it, as the String I parse is owned by the current function. How...

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage