Markus Stenberg

Results 63 comments of Markus Stenberg

@stobrien89 any idea when those are coming? Maintaining private fork is painful.

Yep, I was talking about Python equivalent of e.g. del list[idx] or list[4:4] = [value]. Go data structures in general (and slices in particular) are bit too minimalistic for my...

Write path turned out to be prohibitively expensive for what I was doing with the library. At a guess only way this could really work if one used some sort...

The problem with this is that if there is e.g. typo, it is silently ignored and dummy empty field stays around as long as it does. Failing with correct error...

> Well, the support is not uniform at all: > > ```python > >>> import socket > >>> socket.inet_pton(socket.AF_INET6,'::') > b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' > >>> socket.inet_pton(socket.AF_INET6,'[::]') > Traceback (most recent call last):...

I'd like to have this and have the connectors somehow composable, as the machine I am running pyinfra from ISN'T one of those running lxc. Due to that, lxcssh (or...

@stobrien89 I guess I can ask about reviews again - it has been year.

This particular one was fixed, but follow-up problem surfaced in 0.12 ( see https://github.com/lima-vm/lima/issues/1285 ). Closing this though.

https://github.com/boto/botocore/pull/2541 was now closed too. I guess there is no light at end of this particular tunnel (which is unfortunate, as in some deployments direct calls are not an option).

Not really; while I still use it in my home network, I haven't done RFC8375 transition so I haven't seen the need. Possibly @Oryon who is the RFC8375 author will...