Philipp

Results 4 comments of Philipp

Hey, I am running Doppler on my RPi for just over a week now and it's working fine so far. However, it doesn't read CPU temperature as it is, because...

I added pull request #4. I actually figured instead of adding a patch for the RPi, it would be better to directly switch to using the max temperature provided by...

I see, tbh I didn't check the source, but it makes sense as you say. I reverted and added the patch.

> If you are using buildkit, there is a much cleaner workaround than using the `--security=insecure`option. Just use [`RUN --mount`](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/reference.md#run---mounttypetmpfs) like this: > > ```shell > RUN --mount=type=tmpfs,target=/root/.cargo some_command_that_uses_cargo >...