Florian Streibelt
Florian Streibelt
the second one is some javascript, but I failed to look into the first blob.
> What I will not do is to add support dual-stack in happy-eyeballs like approach. What part exactly do you plan not to implement? I do agree that implementing the...
Thats what I meant with overhead - when you implement HE fully you would indeed need to add a lot of state and do requests in parallel. My comment regarding...
> There is one problem with this approach: it requires an extra DNS request all the time you resolve the service name. Unfortunately, it has caused severe issues for some...
> There is one problem with this approach: it requires an extra DNS request all the time you resolve the service name. Unfortunately, it has caused severe issues for some...
I just ran into the same issue. The SystemError might be result of returning a NULL from C to python without setting the error. Scrolling through the Code I see...
My scenario is a scanner that has three quick-scan buttons that put the document to different directories on my samba share. This way with tagging based on the source directory...
The same can be seen when using `input ` in ipython ``` #!/usr/bin/env python3 x = input("> ") print(x) print(len(x)) ``` when removing one unicode character and replacing it using...
When I was looking through the code it seems to me that no attempt is made to resolve the IPv6 adresses of NS records, so IPv6 is currently not supported...
> `alacritty --print-events` Find the logfile attached. Sidenote: When first recording the logfile, I noticed that it contained all keyboard events -- even the ones from entering my password in...