Chris Barnes

Results 264 comments of Chris Barnes
trafficstars

I think making `part` optional is a good way to go. The `--new-version` option could be refactored so that if `part` is given and not major/minor/patch, and can be interpreted...

This could be tidied up even further if `tqdm` had a built-in class looking something like this: ```python from tqdm import tqdm class stream(object): def write(self, s): tqdm.write(s) def flush():...

@casperdcl - does that work for you, even with `threading`/ `multiprocessing`? When I tried that, the StreamHandler was also looking for `flush`, `fp` and `pos` as well as `write`. The...

It could certainly be a 3rd-party extension. I'm afraid I don't know enough about pyo3's internals even to judge how big a job it would be - it seemed to...

Does that include type annotations or is that too much to ask? :wink: My only concern is that if we're writing explicit header stubs anyway, we may as well just...

Are you using WSL 1 or WSL 2 preview? WSL 1 has serious issues with file IO speed, among other things, so basically anything involving git is very slow.

Those instructions in a more accessible format here: https://gist.github.com/clbarnes/c3cac8a58c07617a860fe9282f9254d3

For anyone who comes across this and is wondering how to get the functionality today; `cargo readme -o README.md && git diff --exit-code`

> Any suggestions on how to do It by hand. Assuming the winding of existing triangles are consistent: - Find all the edges - Find all edges AB for which...

> advance-online-publication: Indicating that the item has been published online but not yet assigned a final volume/issue/page ("ahead of print"). This status would call a new term advance online publication....