Aaron Parecki

Results 507 comments of Aaron Parecki
trafficstars

I just downloaded the latest version of OBS for MacOS and it seems to work fine. Double check that you don't have any custom CSS in the browser source maybe?...

@nightpool IndieAuth ditches the need for client registration because all clients are identified by their own self-asserted `client_id` which is a URL. Internally you can register that on the fly...

IMO there's not a lot of value in supporting OpenID 1.x anymore, as there are virtually no consumers of it left, especially once StackOverflow dropped it. It would be far...

> Huh, IndieAuth looks interesting. What is pre-registration of clients? I'm not very familiar with how all this works; do you mean how every site has a button for every...

Thanks! That's super helpful. I tried it and got this result on the console: ``` Testing Quick Look preview with files: test.geojson [ERROR] Computing 6571367.27687927 raised '*** -[__NSCFString stringByReplacingOccurrencesOfString:withString:options:range:]: nil...

Oh funny... yeah it worked (with a bunch of weird errors) the second time. Generated a Preview.html file which is exactly what I would have expected. Still no luck in...

Is there retry logic on activitypub delivery? If so, what indicates a failure? I'm pretty sure I'm responding with a success code the same as every other instance. At the...

What constitutes a failure in the deletion job? Would something that my server returns cause mastodon.cc to think the job failed?

I would love to see this! I'm currently using [silo.pub](https://github.com/kylewm/silo.pub), which is a Micropub-to-silo gateway. It does a great job of exposing the Twitter API as a Micropub API. It...

Yes but I still think using separate access tokens is cleaner and safer. Otherwise, for example, it means the one access token on your account can be used to publish...