Jim Calabro

Results 11 issues of Jim Calabro

Hello! I recently needed to analyze some [ELB logs](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-log-entry-format) and found this package. I figured that the code I wrote might be a nice addition to the package, so I...

Reverts ziglang/zig#13120 In reference to: https://github.com/ziglang/zig/issues/12759#issuecomment-1285803577 I was able to confirm that removing this line causes the behavior described in the comment above to go away. Digging in a bit...

Noticed a typo in the README.

Hi there, hope you're doing well! I wanted to float an issue as I'm not certain that this is an issue with zig-gamedev, zig, or X11 itself, so apologies if...

bug

Hey there! Is there any way to disable logging from Dawn, perhaps by passing [this ifdef](https://github.com/hexops/dawn/blob/80c358eb63e5f19aa6af04e9bb9903b6c93249bd/src/dawn/common/Log.cpp#L78C13-L78C33)? I did a bit of digging and I see that there is a [LoggingType...

enhancement

Closes https://github.com/notnil/chess/issues/136 This PR adds the ability to draw arrows on to svg images. I used a similar style to what is found on chess.com as the default, but colors...

Hello, thanks a ton for an awesome library! One thing that would make it even more helpful is if we were able to annotate SVG images with arrows, not just...

### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior Hello! I noticed that in an example program such as this: ```zig const std = @import("std"); const print =...

bug

Hey there! Apologies if this has been discussed before; I did a search through Zig's issues but wasn't able to find anything on the topic. I'd like to be able...

enhancement
standard library
proposal

Hey there! Even when [enable_ztracy](https://github.com/zig-gamedev/zig-gamedev/blob/d96ecc993bcfc4461f44d9432589dc9273952a78/libs/ztracy/build.zig#L8C10-L12) is false, tracy is enabled and the application is listening on port 8080. Take the procedural mesh sample application for instance: ![image](https://github.com/user-attachments/assets/90a2433a-2aa0-4cf7-b743-66fea75fec36) You can see...

bug