Nikolay Epifanov

Results 6 issues of Nikolay Epifanov

Once `asdf uninstall erlang ` is done it becomes impossible to install it again: ``` $ asdf install erlang 25.3 asdf_25.3 is not a kerl-managed Erlang/OTP installation The asdf_25.3 build...

``` $ sudo pip install PyWebDAV3 [sudo] password for nick: The directory '/home/nick/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled....

Thanks for a nice library! For example there's the `end_session_endpoint` in Endpoint Configuration which is required to log user out. It would be nice to be able to get values...

If I open e.g. "1.ods" in LibreOffice through mouse clicking then run ``` desktop = pyoo.Desktop(pipe='libreoffice') doc = desktop.open_spreadsheet('1.ods') ``` under the hood loadComponentFromURL() returns None and then SpreadsheetDocument(None) is...

SNMPv2 device would not reply to discovery and warm-up requests leading to timeouts. Those are supported by SNMPv3 only anyway. Original request would take ~9 seconds due to this. I've...