Edgars

Results 42 comments of Edgars

> I had this issue recently. I tried clearing my cache and data, and it booted after that. I have experienced this multiple times, and the worst part is that...

This issue probably is a duplicate of #408, which in turn is a duplicate of #406.

Bind-mounting `/usr/lib/locale/lv_LV.utf8` (Debian host) into Firefly-III container resolved the warning for me. ```yaml ... services: firefly: ... environment: DEFAULT_LOCALE: lv_LV ... volumes: ... - /usr/lib/locale/lv_LV.utf8:/usr/lib/locale/lv_LV.utf8:z ... ``` Before this solution...

> Same here for hr_HR.UTF-8 (Croatia). I'm not sure why the image doesn't come with all these locales already installed. Because of resulting image size. See more here: https://github.com/firefly-iii/firefly-iii/issues/9069#issuecomment-2241628764.

> I'd rather debate on vim/emacs but well you mentionned [/ˈsiːkwəl/](https://en.wikipedia.org/wiki/Help:IPA/English) "sequel" so I'd rather see it the other way around, but no hard feelings on this, I'll let maintainers...

@digitalextremist, did you try `"delay": 0`? From what I have observed, drag and drop with delay can be quite tricky.

@digitalextremist, that is unfortonate to hear. What is the operating system on the computer you are experiencing drag and drop not working? Do you have a chance to check if...

Existing issues and discussions on connection alerts/notifications: #1275, #1248, https://github.com/wg-easy/wg-easy/discussions/1179#discussioncomment-10264297 There are multiple issues and discussions about two factor authentication. Search is always your friend: [is:issue 2fa](/wg-easy/wg-easy/issues?q=is%3Aissue+2fa+), [2fa in discussions](/wg-easy/wg-easy/discussions?discussions_q=2fa).

> Can you share your config? You mean backend service from Docker Compose file? If so, here it is: ```yaml services: ... backend: restart: unless-stopped image: klausenschaefersinho/quant-ux-backend volumes: - data:/app-data...

Hi Klaus, I pulled the latest container image and left the environment variable `QUX_MAIL_SSL` with the value `required`, and issue seems to be gone - container log does not have...