Vinay Sajip

Results 31 issues of Vinay Sajip

When trying to backport [this PR](https://github.com/python/cpython/pull/92899), miss-islington failed and advised running `cherry_picker` from the CLI. When running ``cherry_picker 067597522a9002f3b8aff7f46033f10acb2381e4 3.11`` It failed with this traceback: ``` ~/projects/cpython/3.11 [3.11|✔] $ Doc/venv/bin/cherry_picker...

In a couple of ways: * The check seems to be done even when the `skip-issue` label is present. * In [GH-101164](https://github.com/python/cpython/pull/101164), `skip-issue` is set. When backports to [3.10](https://github.com/python/cpython/pull/101183) and...

I'm using this library with a bunch of other in my web page, and the JavaScript files are minified and concatenated. This library is in the middle, between other libraries....

There is apparently no minified fiie in the npm package. This means that CDNs such as jsdelivr.com and unpkg.com can't provide the minified file with a SHA-256 hash from the...

See [this page](https://docs.python.org/3/howto/logging.html#logging-flow), where the anchor points to an SVG. If you ensure that there's no theme in local storage for this page, then if the browser settings are used...

enhancement
help wanted

I've had a crack at fixing #61. No doubt you'll find something to improve!

A `TemplateProxy`'s `source` property returns the source of the whole template, not just the partial. (I added this myself in 9e9ea61 but at the time just a `source` property was...

Hey, @mixxorz, I'm very grateful to you for this project, and I'm wondering what the roadmap for it is, if there is one. I completely understand if you now have...

It seems an unnecessary limitation to restrict the `var` tag to only handle one variable. It's sometimes useful to be able to declare multiple related variables together, e.g. ``` {%...