Nick Crews

Results 281 comments of Nick Crews

> I agree, as `serial` is a library, if it does any logging, then it should be via the logging library. Then, clients who use the library should set log...

One problem with the `spy` protocol is that it can't be combined with the other protocols. Either you use spy to get debugging and logging, or you choose a different...

Finally looking through these ancient issues trying to close them out... At this point I believe that you could accomplish this, by using a custom rendering function. See an example...

This was brought back up as a feature request in https://github.com/staticjinja/staticjinja/issues/124. I *do* see the usefulness of this feature personally. And, it seems as though there is a bit of...

Partially done in https://github.com/staticjinja/staticjinja/pull/134, though more is still possible!

More stuff chipped away in the commits https://github.com/staticjinja/staticjinja/compare/2c8809956759fa57e3b7ec1ebf850f2942e5d22e...2.0.0, including moving Reloader tests into `test_reloader.py` Still would like to split up the one monolithic `site()` fixture...

> Actually, thinking about this more, I think handling static files it outside the scope of this project. I'm going to deprecate that feature. It's trivial to use Make to...

Re-opening this, because I think this still is a useful feature. This opinion is also supported by the [as of now] three 👍 's that my previous comment received. As...

@[mareksuscak](https://github.com/mareksuscak)'s method worked great for my `on: issue_comment` triggered workflow. Pretty sure you can't get much shorter or faster than this! ``` deploy: runs-on: ubuntu-latest steps: # need this first...

See https://star-history.t9t.io/#jazzband/docopt-ng to see how the jazzband fork is gaining popularity.