Andrew Godwin

Results 369 comments of Andrew Godwin

Are you able to get into your system and see what line 178 of `core/html.py` says for me? That's mostly what I need to know.

You can just use ` | head -n 180 | tail -n 4` to get a segment in the right area. Also busybox is in there, so I believe `busybox...

Well I don't know what version you have but it definitely isn't the latest image and I cannot for the life of me figure out what version it would be....

Yeah, I don't know what's happening here, but it's definitely not pulling actual `latest`. I'd suggest switching to explicit version tags (so `0.9.0` here) as a lot of Docker implementations...

Well that is incredibly strange. I also pulled the image to my local system and got a different SHA, even when pulling by SHA itself: ``` $ docker inspect --format='{{index...

Yup, the plan is to use Django's built-in i18n support for all that; I believe I've left all the strings in a place where they can be wrapped, it's just...

I think we're in a pretty good spot now, yes - the big UI change that I was originally considering back when the ticket was opened is done, so there's...

These are actually still visible on user profile pages so I think it is

It looks like GoToSocial is including the Mastodon namespace like this in the context: ``` "@context": [ "https://www.w3.org/ns/activitystreams", "http://joinmastodon.org/ns", "https://w3id.org/security/v1", ], ``` There's not actually a schema document at that...

Alright, got a fix in place by supplying a fixed schema via our LD schema storage. Will have to go work out if this is the right way to fix...