Luca Barbato

Results 392 comments of Luca Barbato

Great! there are a couple of meson-parity issues that I keep postponing since I do not have access to windows... Feel free to message on irc in case.

Any updates on this?

In theory widely and there are more implementations for it. (mdocml heirloom etc)

1. it is still alive. We still need to find time to fix a bug in the API though. 2. I want to have something to verify the correctness.

We should fix the av-metrics-tool version requirements and publish an update. Potentially we could rework the crates differently but that can be done later.

I'm afraid it does matter if then try to get the imagebuilder feed on it. If you call `docker build` it produces the correct image so there is probably a...

the correct one produces something along the lines of: ``` └── targets └── ath79 └── generic └── packages ├── libatomic1_12.3.0-4_mips_24kc.ipk ├── libc_1.2.4-4_mips_24kc.ipk ├── libgcc1_12.3.0-4_mips_24kc.ipk ├── libpthread_1.2.4-4_mips_24kc.ipk ├── librt_1.2.4-4_mips_24kc.ipk └── libstdcpp6_12.3.0-4_mips_24kc.ipk...

also, I tried with rust 1.65 and it seems working. ``` shell export MACOSX_DEPLOYMENT_TARGET=10.12 cargo cbuild --release ``` ``` shell otool -l target/x86_64-apple-darwin/release/librav1e.dylib | grep -A 3 LC_VERSION_MIN_MACOSX cmd LC_VERSION_MIN_MACOSX...

It could be the specific toolchain and should be reported to rust-lang/cargo or rust-lang/rust, but I tested and neither the current cargo, rustc or cargo-c seem to misbehave. I suggest...