vlebert

Results 9 comments of vlebert

I also did the following tests ```python url = "*****" anon_key="*****" supa_client = create_client(url, anon_key) user = supa_client.auth.get_user() ``` ``` HTTPStatusError Traceback (most recent call last) File [~/Python/tableclone/.env/lib/python3.11/site-packages/gotrue/_sync/gotrue_base_api.py:113](https://file+.vscode-resource.vscode-cdn.net/Users/vlebert/Python/tableclone/~/Python/tableclone/.env/lib/python3.11/site-packages/gotrue/_sync/gotrue_base_api.py:113), in SyncGoTrueBaseAPI._request(self,...

And finally ``` url = "*****" anon_key="*****" supa_client = create_client(url, anon_key) user = supa_client.auth.get_user( data = supa_client.auth.sign_in_with_password({"email": "*****, "password": "*****"}) ``` `supa_client.auth.get_user()` Works as expected. But querying a table doesn't...

I found out that disabling "niveau de zoom max" allows me to zoom up to 1:1000 (better than 1:2000). However, it is blank on 1:500 zoom level. I think when...

There are indeed other layers with the same name. I did try to make the project valid for QGIS server by adding shortname to all groups and layer but It...

See attached the generated .cgf and the expected one (manual edition of the .cfg) [generated.txt](https://github.com/3liz/lizmap-plugin/files/5701579/generated.txt) [expected.txt](https://github.com/3liz/lizmap-plugin/files/5701578/expected.txt)

I just tested with version 3.3.2 of the plugin: same problem

Here is it ![image](https://user-images.githubusercontent.com/49779177/102376263-bd2dcc80-3fc3-11eb-9657-d7984d78396e.png)

Hi I found this thread and it's nice to read good news regarding Mac environment, especially Apple Silicon Arch. A small tip for those who want to test conda native...

For other Mac users having this issue, I have a workaround Create a new QGIS profile. Then Preference>Click on the new profile --> will open a new QGIS windows without...