feld
feld
The maintainer won't add automatic plugin installs because they're disillusioned into thinking this is a security threat, so this -- which is a logical extension of the idea -- is...
I will need more time to be certain but i think I solved it with this config ``` keys = { { key = 'C', mods = 'CMD', action =...
This fixes my node that wouldn't sync anymore
My guess is that this is related to what I'm running into -- I have a GRPC Stub from which I need to receive a stream, but the HTTP request...
Also looking for a status update
> How about Badger2's GC performance it's working for me, but definitely needs more testers
> Soon(tm) we'll be bumping our kubo built at ipfs-search.com. Once that's gathered a bit of data, I could give this a spin and see what it does in production....
We have more information that would be great to have documented: PostgreSQL 11 and older: ``` prepare: :unnamed ``` PostgreSQL 12 and newer: ``` prepare: :named, parameters: [plan_cache_mode: "force_custom_plan"] ```
The problem we see in Pleroma is with Postgres and prepared statements, which are all Ecto generates. Performance is good for the first 5 queries and then becomes terrible. >...
This is being actively discussed on the Postgres mailing list as someone in the Go community hit the same issue and opened a bug report about the performance of the...