Weijie Huang

Results 3 issues of Weijie Huang

I'm connecting to AWS EC2 instances with AWS Session Manager, and the ssh port is dynamic which get from command "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'" Is...

### Zig Version 0.14.0-dev.367+a57479afc ### Steps to Reproduce and Observed Behavior Example zig code: ```js const std = @import("std"); const fs = std.fs; const print = std.debug.print; pub fn main()...

bug
contributor friendly
standard library

Hi, first thanks for your great work. It just makes raylib bindings much easier to use. Recently I have noticed some performance difference when using [ryupold's](https://github.com/ryupold/raylib.zig) binding. Just to be...