Edgars
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...