Pavel Šimerda

Results 19 comments of Pavel Šimerda

Do I understand correctly that reportlab is the first tool I'm using that cannot pick up system fonts used by *all* other applications I ever used? I have never been...

I discussed this with @thom311 at devconf as well. Nice to see it's being considered.

> I'm flagging this as an enhancement only and by that I mean that the documentation should be updated to better inform the user. I do not see any bugs...

To be honest I always commit everything changed by modernize so that the commit can be easily recreated, and I only revert in subsequent commits. On the other hand it...

A few notes… `Arc` is not usable for reader/writer clones passed to concurrent async blocks. `TcpStream::split()` is not usable either because reader and writer are not independent and cannot be...

Hello. I gathered lots of information on glibc resolver issues, getaddrinfo API limitations and bugs including totally wrong AI_ADDRCONFIG behavior, dual-stack application testing and DNSSEC considerations. But this is not...

@scop Given the information from @dirkmueller I guess I don't need to upload them... @dirkmueller Does it mean the RPMs store the size of directories even though it's of zero...

Another question is whether it shoudln't at least mark directories so that you know what types of objects it compares.

Does create_connection() support servname for getaddrinfo() by the way?

Exactly as @adjavis wrote. I'm writing tests for various IPv4/IPv6 configuration with careful syscall checks and I have just added support for python using `getaddrinfo()` and sockets ([link](https://github.com/pavlix/fedora-networking/tree/master/tests/client-server/testcases/python)). Looks like...