Riley Martine

Results 16 issues of Riley Martine

# Pre issue-raising checklist I have already (please mark the applicable with an `x`): * [x] Confirmed this is the right place to raise the issue - only issues related...

Slack (finally) has support for custom themes again. Here are some colors that look nice, to me, for the day theme, and aren't terrible for the other ones. There were...

### 📜 Description The scaffolder `publish:github:pull-request` action fails to make a PR with the error `Pull request creation failed; caused by HttpError: You have exceeded a secondary rate limit. Please...

bug
area:scaffolder

This script is quite slow for my organization, which has ~2k repositories. This PR has two changes that speed it up significantly: 1. Add an option to shallow-clone repositories. Most...

Hi! Thank you for writing all of this documentation so clearly, it has been extremely helpful. ["Managing Application Dependencies"](https://packaging.python.org/en/latest/tutorials/managing-dependencies/) suggests Pipenv. ["Packaging Python Projects"](https://packaging.python.org/en/latest/tutorials/packaging-projects/) defaults to hatchling. I assumed that...

type: bug
component: tutorials

Document.adoptedStyleSheets is no longer readonly: https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets > In an earlier version of the specification, the array was not modifiable, so the only way to add new stylesheets was to assign...