buzmeg
buzmeg
**Is your feature request related to a problem? Please describe.** Lots of people are complaining about not being able to isolate $HOME as effectively as the operating system itself. See:...
### Zig Version 0.11.0-dev.3952+82a9d5d78 ### Steps to Reproduce and Observed Behavior The following code refuses to compile on 0.11.0-dev.3952+82a9d5d78 but compiles just fine on Godbolt on 0.10.0. So, the dependency...
**Environment:** - OS: Ubuntu 24.04.1 LTS - GPU and driver version: Intel UHD Graphics 620 (WHL GT2) - SDK or header version if building from repo: Vulkan Instance Version: 1.3.290...
**Environment:** - OS: Ubuntu 24.04.1 LTS (Linux hostname 6.8.0-45-generic # 45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux) - GPU and driver version: Intel UHD...
I have a T-ETH-Elite. The schematic is fine, but the board doesn't have any designators on it. Could we get a PDF or something that shows where the parts corresponding...
When I try to compile with "idf.py build", I get an error. This occurs for both tagged v0.3.0 as well as master. ``` /var/home/foo/esp32dev/wireless-esp8266-dap/components/DAP/include/gpio_common.h:43:14: fatal error: soc/esp32s3/include/soc/gpio_struct.h: No such file...
**Describe the bug** When I do ```modprobe vhci_hcd``` in the guest I get: ``` modprobe vhci_hcd modprobe: FATAL: Module vhci_hcd not found in directory /lib/modules/6.14.8-300.fc42.x86_64 ``` which is perfectly reasonable...
The following code: ``` [[vk::image_format("rgba8")]] RWTexture2D isw; ``` fails with ``` warning: 'image_format' : unrecognized attribute ```
This seems like it may be a specification issue more than anything else. Currently, only uint/uint32_t is supported for array indexing. uint64_t or uint16_t throw a "p.glsl:73: error: '[]' :...
In the transaction I see: ```{"id": 11, "request": "swj_sequence", "arguments": [51, 72057594037927935]}``` That's a bug waiting to happen. 72057594037927935 is larger than 9007199254740991 (aka Number.MAX_SAFE_INTEGER). The protocol probably needs to...