Developer of PieFed, a sibling of Lemmy & Kbin.

  • 16 Posts
  • 48 Comments
Joined 11 months ago
cake
Cake day: January 4th, 2024

help-circle



  • Yes we could really do with all of those. Patches welcome. Other than a preference for PEP 8 I don’t have strong opinions about particular linters or formatters.

    I see the benefits of types but am not puritanical about it. I’m ok with the way we’re using types at the moment. Most utility functions have types specified, especially those that return database objects so the type information flows up to the routes pretty well. I mostly see it as a way to help my IDE autocomplete work better than as a holy grail. I’m sure there are places where more types could be added but making it a policy that every function must have a type signature seems OTT.






  • So weird!

    Very unlikely to be a proxmox issue.

    134217728 bytes is only 138 MB so your php memory limit is set lower than you think. Your php config needs work. Restart Apache and php-fpm (if using) after changing php.ini and use phpinfo(); to check that your changes were applied successfully.

    A memory limit of 256 MB should be ok.