-
|-- ESP32-ENC28J60 @ 2.0.1
|-- HTTPClient @ 2.0.0
|-- WiFiClientSecure @ 2.0.0
Building in release mode
Compiling .pio/build/esp32_2_0_5/src/main.cpp.o
In file included from src/main.cpp:6:
.pio…
-
There is openSUSE
NAME="openSUSE Leap"
VERSION="15.3"
Kernel 5.3.18-150300.59.49-default
Card installed
01:00.0 Multimedia controller: TBS Technologies DVB Tuner PCIe Card
Subsystem: Device 6909…
-
Failed to compile on the riscv machine
rust version:rustc 1.82.0 (f6e511eec 2024-10-15)
log:
cargo run -- --width=1920 --height=1080 --fps=30 --encoder=libx264 --decoder=h264 --address=127.0.…
-
I cannot get your code to compile even when I make no changes to the code.
![Screenshot 2024-11-14 193638](https://github.com/user-attachments/assets/445e76dd-ec62-4805-8144-c6c47d26fa49)
-
https://github.com/woodpecker-ci/woodpecker/blob/1c7728fae3b5f2f6ce99580066bed6b2f98167d2/pipeline/frontend/yaml/compiler/convert.go#L101
https://github.com/woodpecker-ci/woodpecker/blob/1c7728fae3b5…
-
I'd like to get precompile statements emitted to stdout rather than a file named stdout. At the very least, a hint to stdout when I launch Julia with `--trace-compile=stdout` would be nice. I doubt ma…
-
Hi,
I can't see that the code is updated and currently the version is the 2.6.x but in the releases it is only up to 2.0 from 2019.
Im on Mac computer with M2 and unfortunately the 2.0 version is …
-
After reading a prolog file, you generate an equivalent prolog file.
-
Currently the compiler reports errors such as:
```
(x) Duplicate column:
View 'example1_example2_grp_join' contains two columns with the same name 'id'
You can allow this behavior using the --le…
snkas updated
3 weeks ago
-
Add support for functions running at compile time. i.e.:
```metal
@macro(comptime)
def print_hello(): str {
print("Hello from the compiler!");
return "A";
}
def main() {
// is …