Die4Ever
Die4Ever
> Just as a quick note this game didn't work with dxvk on Windows because of anti cheat well if it was revived in the future it might not have...
> I don't really see a point to do this based on a what-if scenario. If the game ever gets revived in one way or another we can talk about...
was this fixed by the changes in DXRNames a while ago?
would it be possible to automatically wrap every api route in plugin calls? just a global generic handler, idk if the router you're using allows this
also I think we should organize behind a single GitHub tag, like https://github.com/topics/lemmy-plugin
as for ideas about which hooks to add, probably the hooks that would be needed to do some of the top issues (sorted by thumbs up reactions) https://github.com/LemmyNet/lemmy/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc grouping communities,...
also maybe there should be some standard for plugins creating their own tables/dbs in the shared postgres instance?
> Basically everything my [LemmyWebhook](https://github.com/RikudouSage/LemmyWebhook) package does would be nice. from the discussion we had on Mastodon, it sounds like plugins would need the ability to create triggers/listeners/notifiers in postgres...
someone had the idea that plugins should be able to host their own separate UI, which could help a lot with moderation plugins https://lemmy.ml/comment/11743890 I also think at some point...
seems like you can't import just a list of communities though I was looking at this post https://feddit.uk/post/11434169 decided to build a little Javascript: ``` var links = document.querySelectorAll('#postContent a');...