Ian Luna Quiroz
Ian Luna Quiroz
Hey, I had the same problem and I was able to fix it by replacing the url with https://ifconfig.me/ip
I had the same error as @adrienluitot when trying to build on macOS Ventura with an M1 Apple chip. I replaced line 72 in `DateTimeController.cpp` with: ```c++ std::time_t currentTime =...
Hey @vitusli @marcwilly, I had this same problem on my computer (Macbook Air M1, Ventura) and I fixed it by changing the path for the yabai binary on line 11...