Results 254 comments of Daenney

I would argue that this is not needed. 'd' or 'dev' is development, it seems fairly logical that a 'd' or 'dev' release would map to the current state of...

I've reworded this one as a feature request. I still think it's a good thing for us to do, even if it's not just for explicitly supporting UFS, but I...

You can see an actions run on my fork: https://github.com/daenney/linkheader/pull/2

Mmm right, maybe my setup is weird. I'm working on something reproducible for others, so I don't want things in `~/gokrazy/...`. The `--parent_dir` seemed to be the right thing for...

I'm not quite sure I follow. `.` is current directory, which is what I wanted. My steps were basically this: * `git init repo` * `cd repo` * `gok --parent_dir...

Yes, using the absolute paths seems to always work reliably. I'll do that for now and take a look at how the paths are resolved internally.

Does this issue reproduce with Masto proper? If it does, then I'm inclined to say we shouldn't implement specific workarounds for them in GtS. I get its annoying and the...

Mmmm. Oh dear. I suppose what we could do is check the state of it after the visibility filtering and if it's empty, fetch the next page internally. We probably...

That would explain it. It also means Lemmy would already have issue federating with people on certain Mastodon instances if those run in "secure mode", i.e have https://docs.joinmastodon.org/admin/config/#authorized_fetch enabled. Pleroma...

[RFC 8259](https://www.rfc-editor.org/rfc/rfc8259.html), the current RFC reference for `application/json` in the [IANA Media Type Registry](https://www.iana.org/assignments/media-types/media-types.xhtml#application), obsoletes 7159 and states in section 8.1 Character encoding JSON text exchanged between systems that are...