-
### Zig Version
0.12.0
### Steps to Reproduce and Observed Behavior
```zig
// bug.zig
pub fn main() void {
comptime var def: union(enum) { bar: []const u8, foo } = undefined;
def = .{ .…
-
This is cross-post of Ubuntu bug 1886532 which is pending investigation.
On Windows 10 build 20161 WSL2 running sudo apt upgrade results in warning:
"libcuda.so.1 is not a symbolic link"
It a…
-
I had to get my computer replaced because of a hardware problem, and I backed up my wsl distro in preparation for moving it to the new computer. When I copy the tar file over to the new computer and t…
-
### Problem Description
When disabling iGPU, KFDIPCTest.BasicTest failed on 7900XT:
```
/fast/portage/dev-libs/roct-thunk-interface-6.1.0/work/ROCT-Thunk-Interface-rocm-6.1.0/tests/kfdtest/src/KF…
-
### Version
Microsoft Windows [Version 10.0.22621.1105]
### WSL Version
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.83.1
### Distro Version
Ubuntu 22.04
### Other Software
_No response_
…
-
### Problem:
When I tried to compile aws-lc using a build.zig file instead of cmake, for a x86_64-windows-gnu target, It fails due to conflicting symbols from wincrypt.h. Curl seems to have worked …
-
### Zig Version
0.11.0-dev.995+7350f0d9b
### Steps to Reproduce and Observed Behavior
```shell
git clone https://github.com/ziglang/zig-bootstrap
cd zig-bootstrap
build.bat x86_64-windows-gnu ba…
-
Extracted from #13980.
Here is a small test program:
```zig
const std = @import("std");
const http = std.http;
pub fn main() !void {
var arena_instance = std.heap.ArenaAllocator.init(s…
-
### What is your question?
Hi,
I have gentoo linux distribution and like to install using portage package manager, that says to me when I install conan-2.4.0:
```
>>> Install dev-util/conan-2.…
-
In #1124, there was an [explicit decision](https://github.com/dotcloud/docker/pull/1124#issuecomment-22824230) to not allow host-mounted volumes via the `VOLUME` command. However, I think I have a go…
wking updated
4 months ago