Gorka Eguileor
Gorka Eguileor
Python's getaddrinfo supports bytes as the host parameter, but greendns's getaddrinfo doesn't and fails with the following error: ``` Traceback (most recent call last): File "", line 1, in File...
Tpool's number of threads defaults to 20, or the value defined in environmental variable "EVENTLET_THREADPOOL_SIZE", and this value can be changed programmatically using method "set_num_threads", but the call to "set_num_threads"...
Python's getaddrinfo supports bytes as the host parameter, but greendns's getaddrinfo doesn't and fails with the following error: ``` Traceback (most recent call last): File "", line 1, in File...
Add a roposal to support compatibility between the gRPC and eventlet libraries.
#### What type of PR is this? /kind bug /kind flake #### What this PR does / why we need it: [A previous patch](https://github.com/kubernetes/kubernetes/commit/8102bbe05a0d487db04b088199ff7cd029f9aca5) fixed a couple of e2e storage...
Evernote has a [new Beta interface available](https://discussion.evernote.com/topic/113856-new-web-experience-beta-now-available/) with considerable changes. These changes break the whole evershort extension, so the only thing that works if we add the new URL schema...
Sometimes, when editing a note, the Esc key does not work and we cannot exit note editing using shortcuts. This gets fixed when we reload the page, so it could...
We can navigate notes and notebooks, but we cannot navigate shortcuts. We should be able to navigate shortcuts. The complication to implement the Shortcut navigation is that we cannot grammatically...