✨ Q (it/its) ✨

Results 7 comments of ✨ Q (it/its) ✨

I've made this point so many times over my life its getting ludicrous. Even if the general consumer broadband to service edge internet remains IPv4 (which it won't, but you...

I have confirmed that changing `SecCertificateCopyPublicKey(_:)` to `SecCertificateCopyKey(_:)` fixes the error. I will make a PR shortly with this change.

With a `resolv.conf` such as ``` nameserver 2a0d:1a40:7900::1 ``` which results in the following in the `nginx.conf` file ``` resolver 2a0d:1a40:7900::1 valid=30s; ``` NGINX tries to parse this as a...

I don’t think this should be merged. The activitypub spec allows a post to be marked as sensitive without a summary nor media attachments. Mastodon may never itself generate a...

Np! I'll get on with resolving conflicts as soon as I can find some time.

I've put together a proper readme now. @Fabrizio-Caruso to answer your question; this project attempts to be GCC compatible, however, I cannot make any guarantees that it is even consistent...

No, the output isn't 6502. The only translation layer that exists currently from my own IS to 6502 is the VM. The compiler did output 6502 at one time but...