Albrecht
Albrecht
I too ran into the `use of undeclared identifier RUBY_FUNCTION_NAME_STRING` error. To fix it all I had to do was update Xcode and the Xcode Command Line Tools. I updated...
> Hi, anyone resolve ruby 3.0.1 using Bigsur. Thanks. I didn't have any issues compiling 3.0.1 on Big Sur. It seems your system is trying to fetch the source as...
@adriancable Awesome, great work! I also want to point out that you can now alternatively use the [new `avahi` advertiser](https://github.com/homebridge/HAP-NodeJS/pull/918) with HAP-NodeJS (and therefore with Homebridge as well) which provides...
I would really appreciate a merging of this. We're running apnotic on IPv6-only hosts trying to connect to APNS (using NAT64). This fails since apnotic/net-http2 cannot connect to IPv6 addresses:...
Something I noticed: If you use a ULA prefix for `fixed-cidr-v6` like `fd00::/80`, everything inside your container will still prefer IPv4 over IPv6 unless you force it to use IPv6....
Couldn't wait, so I've created a fork with this fix on top of the recent upstream changes (v0.18.4). If you want to use it, just add this to your `Gemfile`:...
I can confirm that this is fixed. Games ripped by Swiss are now bootable and SHA1 hashes of those images match with public databases.
I'm experiencing the same issue. Deleting a file from device but keeping it in the remote backup results in a broken image icon in the Immich app. Logging out and...
We're experiencing the same issue. Frequent crashes with `BAYES_SPAM` present in `symbols_disabled`. Adding `BAYES_HAM` as well did indeed fix it for us, thank you @fatalbanana.
After further investigation I suggest the following solutions: 1. Automatically assigning an IPv6 address to the instance can only be done if we also check whether the used subnet has...