-
### Zig Version
0.12.0-dev.3597+d979df585
### Steps to Reproduce and Observed Behavior
```sh
git clone https://github.com/lbirkert/issue_zig_options
zig build run
```
crashes with
```
$ z…
-
Type FILE is imported as incomplete structs in two places: https://github.com/nim-lang/Nim/blob/9d3a813fb96950631c69858e8e26b6503abd02fe/lib/system/io.nim#L18-L20
https://github.com/nim-lang/Nim/bl…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Proxmox VE (some configs below were repeated on Ubuntu 20.04 with the same result)
Distribution Version | 6.2 and 6.4-1
L…
-
I have next code snippet
```
#include
static uint8_t data[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 };
int test(uint8_t *my_ptr, volatile uint8_t *v_ptr) {
for (int i=0; i
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 22.04.1
Kernel Version | 5.15.0-48-generic
Architecture | x86_64
OpenZFS Version | zfs-2…
-
- tested on: [Windows 11 and MacOS]
I started creating some example ARCs and realized that the general performance of the application, e.g. when creating a new contact, adding new tables, switchin…
-
### Summary
The code below triggers `await_holding_lock`. However, the guards are dropped explicitly before each `.await` so there should not be a problem.
### Lint Name
await_holding_lock
…
-
hi,
I would like to connect ARC HS36 include 4 cores but I got those errors:
Open On-Chip Debugger 0.9.0-dev-g72f0b9b-dirty (2019-02-10-17:04)
Licensed under GNU GPL v2
For bug reports, read
…
-
Simon, thank you SO MUCH for sharing your code for 2021. It has been really eye-opening!
I've learned so much from the approach you take; I'm still trying to see problems more as you see them. I re…
-
Extracted from https://github.com/actions-runner-controller/actions-runner-controller/pull/1120
Although I don't think it's common to run K8s and ARC on 32bit ARM, it would be still useful to allow…