Mark Eichin
Mark Eichin
The `.glabels` files are just gzipped XML, it would be a lot easier to keep them in version control if I had a setting to always write them out uncompressed.
Haven't dug further, but failed equally under xenial and jessie... ``` dpkg-source: info: local changes detected, the modified files are: theano-0.8.2/Theano.egg-info/requires.txt theano-0.8.2/theano/generated_version.py dpkg-source: info: you can integrate the local changes...
After cut&pasting my BLE device address from `gattool` where it's all upper case, I got [A4:C1:38:CE:0D:F5] Connection failed: Device does not exist, check adapter name and MAC address. After running...
## Detailed Description It's great that (for example) google's `google-cloud-sdk` apt repo has every version they've ever shipped. A little less great that this makes it 60G+ with 190 versions...
Was looking at some code that parsed the X calibration info out of the output, and discovered that there's actually an `--output-file` option in the code (and the `--help`) but...
`mastodon.mit.edu` is down right now (doesn't even ping.) From the Home panel, pull-down-to-refresh spins for 10 seconds and then just stops; this is indistinguishable from "no new content" (except that...
`pydist.py` in `Wheel.entrypoints`, line 124: name, path = config.items("console_scripts")[0] That should be a loop, because packages can have multiple entry points. (The example that led me to dig into this...
Today I found pypi-install. There's a big gap between "`pypi-install` takes a first draft try, installs it, and throws away the intermediate steps" and "you have to glue all of...
http://jsonlines.org/ is mostly a description of something people do anyway, namely "`print json.dumps()` is easier to parse than `print`" - it would be useful to have jsonpipe support this. The...
Some naive experiments didn't work, and I was wondering if this makes sense structurally - I'd like to add a small file to a (large) pixz-compressed tarfile, and was wondering...