Philipp Kilian

Results 7 comments of Philipp Kilian

@EliverLara I have the same issue with white buttons in Nordic and it's subthemes (Nodic-Polar, Nordic-Darker, etc.). It appears in multiple applications, e.g.: Gnome Tweak Tools: ![Bildschirmfoto vom 2022-05-10 10-24-49](https://user-images.githubusercontent.com/43444352/167584477-83c314db-0fe6-45f7-8feb-582f49792380.png)...

@farhatahmad we also have the same issue: we want to migration from v2->v3 with the following setup: - Greenlight-v2 version: `v2.14.8.4` - Greenlight-v3 version: `v3.0.9.1` - `SECRET_KEY_BASE` of v2 and...

> @farhatahmad we also have the same issue: > > we want to migration from v2->v3 with the following setup: > > * Greenlight-v2 version: `v2.14.8.4` > > * Greenlight-v3...

> I can suggest a more better way to delete the recordings. This will solve your issue. We can create a separate rake task for this, which will remove recordings...

> If u see app/models/recordings.rb > There is dedicated callback defined for after delete action : destroy_bbb_recording @rautniraj I'm not very deep in ruby code, but I try this process...

@rautniraj I wrote a small ruby script (my first one 😸) and tested your solution, it works very well, with some minor changes! Because it runs in the greenlight docker...

@rautniraj > I have also done the same way. Actually I meant the same. See in Rails, reading a value directly from ENV is not preferred. First you read all...