Jb DOYON

Results 14 issues of Jb DOYON

Installs package from poetry, then runs tox in multiple envs. Sadly kind of reimplements the tox matrix. Only pushes to master & PRs trigger job (not branches), with a manual...

I'd love to be able to make transcoding a file into a chunked process, so that we don't have to wait for the file to be completely transcoded to start...

Loading a short (

question

I was surprised to find `numpy` as part of my dependencies when I don't do any maths. NumPy is a fantastic tool, but it's heavy and clearly unnecessary for my...

enhancement

Related to #222 for matplotlib + depending on PR #493. Fixes #482 by adding plantuml as (optional) dependency. Update docs for new optional deps. Open questions: - [ ] What...

Remove need for matplotlib by default (and NumPy, transitively), per #222. To enable matplotlib usage, install via pip install sphinxcontrib-needs[matplotlib] Add a note about needbar also needing matplotlib in pyproject.toml...

In the graph view, 31 December was the firstpoint in the graph instead of last, because it's (incorrectly) marking as Week number 1 (likely a [ISO 8601 week number issue](https://www.youtube.com/watch?v=D3jxx8Yyw1c))....

enhancement
help wanted

New --organization flag to signify all given "usernames" are private orgs. Adapts API URL to the organization path instead. Not the best implementation, but a first draft to talk around...

Say I want to get all my Github Org's repos info, for data analysis. Not just the public repos, but also the private/internal repos. The endpoints are different for organisation,...

I'm trying to use Cruft to benefit from the `cruft update` command: such a good idea! The cookiecutter template I'm trying to link generates a git repo with post-gen hooks,...