decentral1se
decentral1se
Related: https://github.com/spf13/cobra/issues/1368 https://github.com/spf13/cobra/issues/702 https://github.com/spf13/cobra/issues/421
This is also happening with the disk storage 😬 Over [here](https://goteborg.stage.demokratiskastader.se). When I run `tmp:clear` process images are back, but after 2-3 minutes, they 404.
Our work-around so far is with the following in `config/environments/production.rb` running the latest `0.28.x` stable. We've already just done a lengthy upgrade process through multiple versions... ```ruby config.cache_store = :null_store...
https://github.com/decidim/decidim/issues/13422#issuecomment-2428862594 also didn't work fully because of https://github.com/decidim/decidim/issues/13422#issuecomment-2514178774. So yeh, there is no complete work-around currently. I share your concern @arusa. I understand this is a huge project with many...
@leonelquinteros would you be able to explain the significance of the the `int` values in this part? It seems like I just need to inject my `--keyword` params into this...
From what I remember, we won't be using the allowlist verification, no. We'll go with something like "drop us a mail if you find this interesting" + template of what...
Nice! > it might also be interesting to display on the side which admin generated a batch of invites Does this also tie into the moderation log? "x generated invite...
Slightly off-topic, but in the mean time, we've disabled registration and reset password placeholder with the following patch. We make all the accounts on request "out-of-band". ```diff diff --git a/html/login.html...