Damian Skrzypczak
Damian Skrzypczak
Hello, issue is during execution of command `gemini browser my.db --use puzzle` there is problem with compatibility of interfaces: In line 267 of file [gemini_browser.py](https://github.com/arq5x/gemini/blob/master/gemini/gemini_browser.py) there is usage of `GeminiPlugin`...
I have multiap with "Home" site on route "/" and also "UploadFile" site on route "/uploadFile", after uploading via button on site with route other than "/" there is no...
Hello, in devpi_ldap/main.py/line 175 there is: `if any(attribute_name in x.get('attributes', {}) for x in conn.response):` but I had scenario when conn.response returned dict `{attributes:{'dn':[]}}` and `attribute_name` was set to `"dn"`...