Gorka Eguileor

Results 8 issues of 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...

importance-bug
need-contributor
feature-dns

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...

kind/bug
area/test
lgtm
sig/storage
size/S
kind/flake
release-note-none
approved
cncf-cla: yes
sig/testing
do-not-merge/hold
lifecycle/rotten
ok-to-test
needs-priority
area/e2e-test-framework
needs-triage

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...

enhancement

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...

bug

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...

enhancement