Gus Porto
Gus Porto
Hey, my bad, I missed the last message. In the last 3 months the NixOS Foundation was sponsoring a project called Summer of Nix, which group a bunch of people...
Same issue here and changing it to `V10` or `V15` did not fix my problem, in fact I was not even able to compile with that. ``` .pio/libdeps/esp32dev/Watchy/src/config.h:19:6: warning: #warning...
I'll raise this on the discord server, thank you. Yes, does not look like `1.4.1` or latest `master` version works out of the box with the hardware I have. Here's...
Looks like platformio is doing a override for the RTC library. I tried including `https://github.com/orbitalair/Rtc_Pcf8563` in my `lib_deps` without success. But looking at the `RTC` library used by Watchy, it...
Same issue, had to revert https://github.com/haskellcamargo/sclack/commit/da75272eeef01e0ddfcbeaebd11d056a6be5e3df to work again
@edanaher It's actually related to the session tokens from slack not being supported anymore https://github.com/wee-slack/wee-slack/issues/844#issuecomment-874955976
Hey, thanks for the work on Arion. Is there any update on secrets support? I really want to mount docker secrets into my services
> I am closing this because > > 1. this is not useful for any project maintainer or developer. Hence, also no project member would (be able to) maintain this...
I'm experiencing the same after updating my `flake.lock` with the following diff: ```diff - "lastModified": 1653311504, - "narHash": "sha256-4/EOfhL9gRAhUlC57DEQyg74RrcXPG8TTUDF8G7l6OY=", + "lastModified": 1656321324, + "narHash": "sha256-Sz0uWspqvshGFbT+XmRVVayuW514rNNLLvrre8jBLLU=", "owner": "guibou", "repo": "nixGL", -...