Jim Calabro

Results 13 comments of Jim Calabro

Hi all! I've opened a PR here for review (it simply extends the existing code to support `check.v1`, not any other test suites at this time). Thanks! https://github.com/golang/vscode-go/pull/1494

Hi there! Sorry to dig up an old issue, but I believe this is the way to do it in 23.10 at least? This is working for me ``` :set...

Hello! I'm also seeing the same linker message when I attempt to use [zig-gamedev with latest zig](https://github.com/zig-gamedev/zig-gamedev) to run one of the sample programs: ``` $ zig version 0.12.0-dev.3433+640acf862 $...

Hi, I'm still seeing this in recent builds. Here's a bit more info on the debug symbols emitted by the compiler on Linux: ```zig const std = @import("std"); const print...

Wanted to chime in and say that this would be super helpful for me! In particular, I'm often debugging other people's code that use i.e. `std::vector`, and I always need...

Hey there! Dropping a note on an old issue if anyone finds it in the future like I did. I _think_ the preferred way to get environment variables out of...

No problem, and don't feel as though you need to rush on my part or anything! I just checked it out and the original issue is solved; there's no more...

I just got around to testing it out on my other machine that has an intel cpu and an nvidia card, and it worked without issue! I think in that...

Hello! One thing I noticed when testing out this branch is that symbol names from Tracy are mangled to all by one name: ![image](https://github.com/zig-gamedev/zig-gamedev/assets/8205547/bf91e6eb-f74f-4bc8-8d46-5a7f4b017077) Not all my zones are named...

Hey there! Wanted to leave a note saying that I would also use this on Linux (though I'm already a paying Windows user 😄). I keep ports of my code...