Casper da Costa-Luis

Results 558 comments of Casper da Costa-Luis

```yaml ... steps: ... - name: Snap install uses: samuelmeuli/action-snapcraft@v1 with: use_lxd: true - name: Snap build run: "sg lxd -c 'snapcraft --use-lxd'" - name: Snap upload id: snapcraft run:...

Probably expired snap token (they only last for a year before they need to be regenerated)...

I get the error above when attempting to tab-complete make (in a directory with a valid Makefile).

Also https://github.com/tqdm/tqdm/#hooks-and-callbacks :)

`r.headers.get("Content-Length")` should be `r.headers.get("content-length", 0)`?

> Adding this feature would increase the complexity of describing how papermill operates could you specify an explicit word/character limit for describing new features? We can then see if it's...

@rgbkrk I'm not convinced by the maintainability argument; however the "core tenant of reproducibility" is definitely not violated by #403

sigh. > Papermill is an opinionated tool. This statement should have been made years ago and featured prominently in the docs. It is perfectly reasonable to be opinionated (e.g. https://github.com/psf/black)...

@ianhellstrom @mogwai @knkumar @amardeep you could try the implementation from #403 `pip install "git+git://github.com/casperdcl/papermill@tag_regex#egg=papermill"` which will give you: ``` -t, --tag-include-regex TEXT Regular expression for tags of code cells to...