Sergei Lebedev

Results 228 comments of Sergei Lebedev

PEP-484 omits quite a few details. For example, it only partially defines is-consistent-with. I would recommend adopting (or starting with) the definitions in http://bit.ly/python-subtyping by @kmillikin instead.

Yes, I did mean PEP-483, although the above is true for PEP-484 as well :)

Thanks, one port is indeed enough. Mind submitting a PR?

Sure, no problem. I've noticed you're working on Async integration: is it possible to support Async without duplicating the parsing?

Alberto I/O interface is fairly minimal. Most of the parsing code is isolated into pure functions. There's an example of Lwt integration in `examples/`, why don't we do the same...

Interesting, I've failed to reproduce this locally with both 4.02.0 and 4.02.1.

Overall, the Windows-specific code seems really complicated. Maybe we can simplify it somehow?

Hi, sorry for taking so long to get to this. Is there a spec. for accessing XenStore on Windows? I do hope there's a more consistent (with Linux) way of...

This sounds very exciting. However, I'm not sure I could maintain this code as part of `pyxs`, since I'm not at all familiar with the Windows side of things. Here's...

I did a quick googling and failed to locate any developer documentation for GPLPV and WinPV drivers. How did you work out how to use these?