Damir Batinović

Results 12 comments of Damir Batinović

Loading and decoding video seems like a lot of work. Maybe making scenic primitive that can act as [membrane](https://github.com/membraneframework) sink would be smarter option. Doing that would open a lot...

Scenic is running fine on rpi4 with raspbian and glfw, maybe there is a way to reuse glfw for nerves setup.

I think at this point it is improvement over previous version. Would be nice for someone to check it out and test it, so it's not only me.

IMO this problem is already solved by mix targets Toolchain major versions currently follow GCC major versions. Mix can work with single target at the time, and single target should...

I have setup [example repo](https://github.com/Damirados/nerves_mix_target_bug) and it does give following error ``` * Getting custom_rpi3 (https://github.com/Damirados/custom_rpi3.git - gcc14-toolchain) remote: Enumerating objects: 2716, done. remote: Counting objects: 100% (2716/2716), done. remote:...

Following advice from https://github.com/elixir-lang/elixir/issues/14040 I have made changes to mix.exs https://github.com/Damirados/nerves_mix_target_bug/pull/1/commits/cc5deb9fa2186d8e46d920252647f754b012cb39 It works well for this scenario.

Weird thing in my case. I have 2 machines running fully updated Arch amd64. One is building Erlang using asdf-erlang and also nerves host-erlang successfully other one fails on both...

First from successful system [packages.txt](https://github.com/asdf-vm/asdf-erlang/files/13241449/packages.txt) [otp_build_26.1.2.log](https://github.com/asdf-vm/asdf-erlang/files/13241450/otp_build_26.1.2.log) [otp_install_26.1.2.log](https://github.com/asdf-vm/asdf-erlang/files/13241452/otp_install_26.1.2.log) And from one that fails [packages.txt](https://github.com/asdf-vm/asdf-erlang/files/13241461/packages.txt) [otp_build_26.1.2.log](https://github.com/asdf-vm/asdf-erlang/files/13241463/otp_build_26.1.2.log)

> I'd really like to encourage using `transact` over `transact_with`: > ... > Regardless of how it ends up named, thanks for bringing it in! 100% to this comment. I...

CPU is AMD Ryzen 7950x so amd64 here is output with MIX_ENV=dev Output ``` just release-local [12:52:58 PM] Resolving Hex dependencies... Resolution completed in 0.042s Unchanged: benchee 1.3.1 bunt 1.0.0...