Brandon Rhodes
Brandon Rhodes
Well, drat. I wonder what could have changed since I ran the examples myself and published them? I spent about an hour trying to get the Network Playground up and...
Thanks, that does look less invasive! I'll try to arrange for a test tomorrow or next week.
Thanks for opening an issue to alert other users to the problem, and suggesting the quick fix of downgrading Flask. It’s been several years since I’ve kept up with the...
Happily, PyEphem is now seeing releases again, thanks to the `cibuildwheel` tool that makes it possible to generate wheels for all architectures without needing to have a Mac and a...
Drat. I failed to notice and correct the dummy issue number “1000” that the scraper inserted into the commit message. Sorry about the noise, folks!
This error occurs when Ghost.py is running against any PyQt or PySide that was compiled in the absence (or ignorance) of the OpenSSL headers and libraries. Something like the following...
(And: thanks for writing Ghost.py!)
(Am answering the Anaconda-related question over at https://github.com/ContinuumIO/anaconda-issues/issues/140 to keep this issue focused on whether Ghost.py can be improved so as to survive qt libraries that lack SSL support)
_Wow!_ That's a lot of properties. I still do CSS occasionally but had no idea there were now that many. The next time I'm in CSS mode, I'll try learning...
> Python doesn't support this type of format string for sequences I suspect that's because Python sequences are heterogeneous — and it would make sense for an ndarray-of-objects to similarly...