Casper da Costa-Luis
Casper da Costa-Luis
vis. https://github.com/jekyll/jemoji/issues/122 See https://github.com/github/gemoji/releases/tag/v4.0.0.pre0 for breaking changes.
``` dvc import https://some/git/repo/ some_file dvc update # should not re-clone, should only pull into existing cache ``` - related: #3438, #3473
GH often times out with long READMEs now, resulting in: > ⌛ > This preview took too long to generate. > But you can view the [raw file](https://github.com/tqdm/tqdm/raw/master/README.rst).
Internally uses `as_completed` but returns list in-order. - Naming + `tqdm.contrib.asyncio.map_async` seems better than anything under `tqdm.contrib.concurrent` + however `tqdm.asyncio.tqdm.map_async` seems best (no `contrib`/beta stage). This avoids `contrib`'s `tqdm.auto`, which...
- add `unit_pre` (#825) + [ ] maybe make `' '` rather than `''` default? - add `unit_prefixes` + add `unit_prefixes="bytes"` or `"IEEE1541"` or iterable (#953, #952) - [ ]...
# misc - update spelling (closes #907, closes #910) - update impact statistics (closes #911) # authors Author names automatically generated from `git` and/or `.mailmap` and ordered using `git fame...
continuation of incorrectly closed and un-reopenable #321 by @lrq3000: Fix #320 by forcing the monitoring-thread to always modify miniters, even if manually set. In fact the miniters check might be...
getattr
Access any wrapped iterable attributes. e.g. would probably fix #402. Doesn't currently work.
attempt to fix #127 again - [x] confirm that it works (@dyno ?) - [ ] fix unit tests (py3)
Debugging CML locally often leads to overriding `git config --global user.{name,email}`. `cml ci` should probably not do this if the detected driver is null (local).