T.v.Dein
T.v.Dein
Doesn't work for me. I have set the environment variable: ```shell I have no name!@rocketchat-fitsintegration-rocketchat-5478d9df75-dw8hh:/app/bundle$ echo $OVERWRITE_SETTING_Show_Setup_Wizard completed ``` But when I visit the page after the update, there's still...
I added this setting, but the wizard came up anyway.
> you need to restart rocketchat Yeah, I'm deploying the helm chart with ansible to K8S, so it's being restarted anyway. But I saw, that going from 6.5.x => up...
Is there a way to disable these messages on mobile devices?
> db.rocketchat_banner.updateMany({ },{ $set: { active: false }}) Doesn't work. After a restart, there are new active banner messages and the banner re-appears: ``` "_id" : "65fb99c5edfe320bb8956cf5", "_updatedAt" : ISODate("2024-03-22T11:08:55.098Z"),...
**Update:** to show what I mean: This is what I'd need:  So, I need (in this case) closed room[s]. Rooms maybe connected but if they are not, it's fine...
So, I tried adding the feature myself, which might be a good opportunity to get deeper into WFC, see https://github.com/TLINDEN/go-wfc/commit/c75a9534d6415867f2556603fa6b8089462bbb9a However, it's not working yet. I assume I got the...
Ok, I compared the `wave.PossibilitySpace` contents after one successful example (`examples/islands/`) with the content of the pre-populated one: - [X] Each pre-populated slot has 1 module - [X] all 4...
Ah, there's the problem: I prepopulate wave.PossibilitySpace with the slots of the setup image. But I set all other slots to any, including the ones neighboring the prepopulated ones. And...
Here's one vote for it ;)