sametmax
sametmax
Oh, right, so we need to update the typeshed for slice ? Indeed, I can't imagine other people won't have this problem. Numpy comes to mind, since it uses slices...
@elazarg: I'd go for your solution. Indeed, my need to pass a callable to the slice is a niche, and numpy slicing is not very comon, so this allow the...
Nice idea.
The whole purpose of tools like yours is to follow the unix philosophy of "use the OS as your IDE". Even if you don't though, It is particularly useful when...
Hi @craigglennie, Thanks, it's really needed. The first steps would be to: - [ ] setup sphinx - [ ] make sure it auto generate the API reference - [...
Hello Morisette, Yes, we just have an irregular work pattern as life gives us more or less time to spare :) Anyway, I'll be interested in seeing your project. Always...
Oh. For this part we won't code anything actually. We will just wrap crossbar.io which already does all that in pure Python and is already using the WAMP protocol, which...