Results 36 issues of Jon Banafato

Developers don't always want to include pinned dependencies in the output generated by `pipreqs` (e.g. when using it in conjunction with `pip-compile` from https://github.com/jazzband/pip-tools). `pipreqs` should have a `--no-pin` option...

enhancement
help wanted

It would be interesting to be able to point this tool at other sites in addition to GitHub. For example, [BitBucket](https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html) and [GitLab](http://doc.gitlab.com/ce/api/) both have APIs that cover most (if...

enhancement
good first issue

Currently, the switchers list contains entries for all items it has ever known about. This change limits that list to whatever is currently installed. Known and hidden settings are not...

Per https://wiki.gnome.org/AndyHolmes/Sandbox/Creating#Extension_Utils, `convenience.js` is now provided by GNOME as `ExtensionUtils`. As such, it no longer needs to be included here. Additionally, GNOME now logs warnings when exporting variables declared with...

Certain tests involving Pygments (and possibly other dependencies) are fragile and can cause test to fail with minor version updates (see #314 for an example). Something should be done to...

Many Python conferences offer financial aid ranging from free or discounted tickets to direct monetary assistance for travel and lodging costs. I'd like to add links to those program details...

enhancement

Add a new stylesheet that imports the dark or light theme based on the browser's configured preference.

If you move or remove content from a site, the previously rendered version of that content is not removed, and instead outdated render artifacts are left behind. I expected the...

Does Render Engine (plan to) support looking up the URL for a given page, collection, etc.? The use case here is to allow templates and site code to link to...

enhancement
more thought

`make html` expects `sphinx-build` to be available on the path, but when setting up a development environment using `poetry install`, this executable is not on the path. Modifying `Makefile` to...