perillamint

Results 24 comments of perillamint

Additionally, https://github.com/w3c/activitystreams/issues/426 suggests using a custom extension of ActivityStream for flagging toots to be indexed / not indexed (or someone interested in this topic could make it to the w3c...

I think it would be nice to empower issue #1035 The current solution is considered hacky, but the document by @danger89 on gist in #1035 addresses the problem correctly.

On rootless branch, commit hash 98fe50ab372b888117039a041cb90d0d67a60151, iPad A2198, iOS15.7, Kernel panics. DIsplay does not show anything useful except ``` wlan0.A[4] halt@5945: Issueing trap Before issuing fir in halt() ``` However,...

Used similar solution in my previous job, so I can implement similar solution without extension (my previous implementation was implemented purely using PL/PGSQL, which does not require any extension) However,...

Some questions to be answered: How should we handle objects without `indexable` property? (`indexable: undefined`) For example, in case of Misskey instances, they do not send indexable nor respect indexable...

Reviewed some strings. Since Timeshift experienced some translation key change, it needs some translation update, but I think this translation PR contains lots of needless, meaningless re-translation. Even some of...

@Danacus Implemented OIDC consumer using that before, quite painless. Lemmy just have to store the authentication results in separated table, like, ``` CREATE TABLE oidc_table ( id: UUID, owner: UUID,...

Related issue: https://github.com/LemmyNet/lemmy-ansible/issues/106

Hello! I want to inform you that @aumetra is working on FEP for WASM MRF. (pre-draft spec is available at https://hackmd.io/@aumetra/rkXOLyasp) This will let admins share MRF policies across the...

Same as here. Although I only tested the Nightly AppImage build, which worked perfectly for me before this weekend, it broke today. I guess the Steam update somehow messed it...