Emil Fresk

Results 273 comments of Emil Fresk

The question of automating this can now be part of the git hooks using https://github.com/rhysd/cargo-husky

I quite like this model, +1 from me overall.

I also have issues using an nRF9160-DK

Hi, I'm thinking on continuing this. Anything against? :)

Hi @Emilgardis, thank you for the help! With that we get further, but still we have an issue. It seems that when the docker should be saved it fails with...

Hi @Emilgardis, thank you. This did however generate a new error, that `--output` does not exist. ``` CROSS_CONFIG=../build/Cross-default.toml \ CROSS_CONTAINER_OPTS="--platform linux/amd64 --output type=docker" \ DOCKER_BUILDKIT=1 \ cross build \ --release...

Thanks for the insight @Emilgardis! Hmm, weird checking `docker version` gives the following so it seems it should be more than enough new. ``` >>> docker version Client: Version: 23.0.3...

Alright, I found one thing but I don't understand the internals of `cross` enough to understand the issue. It seems `docker run` is used by `cross` and it does not...

Hi @Emilgardis, ~We went with installing `cross` from `git` as you recommended and then it JustWorked, thanks!~ Edit: I spoke too soon, we're still seeing weird things - I'll come...

Hi, it's not possible to have 2 `inner_dequeue` race against each other as it's guarded by an `Consumer` that required `&mut self` access. What can happen is that there is...