Weijie Huang

Results 5 comments of Weijie Huang

Same here. lsd returns OS error on some folders on windows. ``` lsd: .\kaggle: No mapping between account names and security IDs was done. (os error 1332). lsd: .\LightGBM: No...

bump this up because I encountered the same issue on 0.13.0. zls crash immediately after start. Any zig code calling allocator will crash. Sample code as test.zig: ```js const std...

> Could not reproduce with `-target aarch64-linux` via qemu-user: > > details > The following lines from the original report seem to indicate a syscall gave the OS an unexpected...

Still not working. Here is what I done. 1. make a new folder. `$ mkdir zig_ray` `$ cd zig_ray` 2. `git init` ``` hint: Using 'master' as the name for...

I really like to use the `zig run` command to run some of my small projects/scripts (some are using @cImport) without dropping an exe at the current directory. So, after...