DravenK

Results 24 comments of DravenK

> ![zig_cache](https://user-images.githubusercontent.com/28735087/232837505-c729bac1-32e4-4db9-b33e-071dc2c688c7.jpg) 😂😂😂 ``` zig fetch --global-cache-dir vendor --save https://github.com/andrewrk/mime/archive/refs/tags/1.0.0.tar.gz ``` I recently started using zig and investigating how to use vendor to store all dependencies like `composer` or `cargo`...

``` zig fetch --global-cache-dir vendor xxx.tag.gz ``` ``` zig build --global-cache-dir vendor ``` 🤔🤔🤔 This does not built using vendor.

``` zig version 0.14.0-dev.1887+008acd054 ``` I tried to reproduce the problem on my computer. This error occurs when multiple test commands are opened in the shell tab. ![bug2](https://github.com/user-attachments/assets/00975a0f-731e-4168-9ccc-73454b99c168)

@kardianos I don't know why should we configure the .net client. I have the same problam.