Weijie Huang
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()...
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...
Hi, When I try to load my saved modpack I got this error: Error loading modpack file: unlinkat /opt/factorio/mods: device or resource busy. Host system is unraid and I'm using...
Hi, I just get a new Jetson thor couple days ago and I'm testing it by try to run some demo project from jetson-ai-lab.com For example this one: [https://www.jetson-ai-lab.com/tutorial_nano-vlm.html](url) The...