Filip Dobrovolný
Filip Dobrovolný
+1 Also this leads to unability to choose git submodule and work with it.
Same issue here. On Android phones, there is natural smooth scrolling. (Sliding have some momentum which finishes after the finger is left from the screen), but on iOS, the scrolling...
I have hit this issue when using the new discriminators. Now every model gets its own connection. I have solved the issue by having a parent model like this: ```python...
**workaround** for now is to just put something like this on top of your form.py ``` python import floppyforms.__future__ as fforms_f from floppyforms import fields # Your custom fields from...
The easiest solution I can think of as the README suggest you can use jwilder/nginx-proxy. Something like this should work: (Not tested may have slight syntax errors easy to fix)...
I did some investigation and found what is happening. Basically, when we deserialize the object, the method [`_container_deserialize` ](https://github.com/pynamodb/PynamoDB/blob/master/pynamodb/attributes.py#L360-L371) gets called. The issue is that inside that function, it sets...
As @isaul32 I found out it's a counterfeit sensor. Thank you for the help.
I have run into this issue and changed the command from @misli to fix the issue. Followingly: ``` ALTER TABLE public.cms_treenode ALTER COLUMN path TYPE character varying(255) COLLATE pg_catalog."C"; ALTER...
Does the same for me: ``` [webdav] Fatal: League\Flysystem\FileNotFoundException: File not found at path: https:/astrotech.cz at 0. /var/www/html/lib/private/Files/Storage/Flysystem.php line 81 OCA\Files_external_gdrive\Storage\Flysystem->buildPath("https:/astrotec ... 0") 1. /var/www/html/lib/private/Files/Storage/Common.php line 135 OC\Files\Storage\Flysystem->file_exists("https:/astrotec ... 0")...