Tony Narlock
Tony Narlock
Want this?  Pass your branch name to ref `ref: ` Looks like this: ```yaml name: CI on: push: branches: [master] pull_request: jobs: deployment: steps: - name: Get git output...
What's the status / things that need to be done to port python 3 in?
I don't have time to look closer until the weekend, but I noticed that 1.1.0 has an issue with MacOS Example PR: https://github.com/kislyuk/argcomplete/pull/386/files Workflow file: https://github.com/kislyuk/argcomplete/actions/runs/3455658420/workflow Job: https://github.com/kislyuk/argcomplete/actions/runs/3455658420/jobs/5767837861#step:7:129 ``` Run...
Any sphinx docs?
# Changes ## Typo fixes Tool-assisted (via ` typos --format brief --write-changes **/*.py` via [typos-cli](https://github.com/crate-ci/typos)). The rest of the effort is fine-tooth combing that output. Aside: If you attempt this...
## 📝 Provide a description of the improvement When using a [Super build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html#creating-super-builds) of Balloon and Classic editor, we want to have custom CSS Classes to namespace the Styling. ###...
This update may take time to do: https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html If you require CKEditor5-Math, try to stay
# Changes ## Commands (git) ### Add `GitBranch` (`git.branch`) - instance-based mutations of a branch - Create `git checkout -b ` - Checkout `git checkout ` - Remove - Rename...
# Changes ## Dev deps: Add pytest-asyncio See also: https://github.com/pytest-dev/pytest-asyncio ## Summary by Sourcery Tests: - Add pytest-asyncio for testing asynchronous code.
Fixes #565 This is based on conversations in issues #553, #554, and #284 - Introduces a django_user fixture, which is a user with no additional priveleges. Similar to admin_user. -...