-
| | |
|--------------------|----|
| Bugzilla Link | [PR11313](https://bugs.llvm.org/show_bug.cgi?id=11313) |
| Status | NEW |
| Importance | P enhancemen…
-
----------------------------------------------------------------------------------------------------
| Required Info | …
-
This is a c file that is correctly formatted according to clang-format 18, but not according to clang-format 19
`clang-format --dry-run --Werror --style="{BasedOnStyle: llvm, BreakBeforeBraces: Linu…
-
Hi, I have faced with TPDO problem.
MCU: ESP32-C6
I`m trying to send TPDO like in a video example here (https://www.youtube.com/watch?v=R-r5qIOTjOo)
But there is some erro…
-
Warning 20 warns when an `'a`-returning function will ignore its argument.
```
# if false then failwith "foo" "bar";;
Warning 20 [ignored-extra-argument]: this argument will not be used by the fu…
-
Compile on Linux targeting windows.
`cargo build --target x86_64-pc-windows-gnu --release --verbose`
```
Running `rustc --crate-name jemalloc_sys /usr/local/cargo/registry/src/github.com-1ecc6…
-
Here's how I'm defining my format
```
return format.combine(
format.colorize(),
format.timestamp({
format: TIMESTAMP_PATTERN
}),
…
-
Hi. I am trying to read an individual frame from ELP 2M USB camera model USBFHD08S-L36.
I get a timeout error even if I set the timeout to 1 second(10^6 microseconds).
The camera is in 640x360 2…
-
In #210 it came up multiple times that OCaml's standard [`Format`](https://ocaml.org/api/Format.html) module could replace [`Pretty`](https://people.eecs.berkeley.edu/~necula/cil/api/Pretty.html) from…
-
I'm testing out VHPIDIRECT with strings and I'm running into some crashes.
As I understand from the GHDL documentation the strings are treated as unconstrained arrays and passed as fat pointers.
The…