Maddy Guthridge
Maddy Guthridge
### ⚠️ Before posting ⚠️ - [x] This is a **bug**, not a question or an enhancement. - [x] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...
Resolves #302 This is a quick fix, rather than a major change to the system Morgan uses for styled console output. In an ideal world, using `NO_COLOR` would disable all...
The `NO_COLOR` environment variable is the widely-accepted standard for disabling colour in terminal applications. While most users (myself included) ***love*** colourful outputs, these outputs can cause significant accessibility issues for...
# The problem I tutor a university course where we assess the correctness of students work using Jest. Sometimes, our assignment specs expect random behaviour, for example assigning a random...
### Is your feature request related to a problem? Currently, if I want to create two similar subclasses, I'll habitually copy-paste an item in the diagram, and then edit the...
## Environment data - VS Code version: 1.76.0 - Jupyter Extension version (available under the Extensions sidebar): v2023.2.1000592019 - Python Extension version (available under the Extensions sidebar): v2023.4.0 - OS...
It'd be excellent if all of Granian's configuration options could be stored in a file (eg JSON, YAML or preferably TOML). Generally, I much prefer file-based configuration as it allows...
Work in progress, don't merge yet please! In particular, I am unsure how to get this working with Windows-style paths, where there is no single file system root. Resolves #74
I consider "pop" to be the opposite behaviour of "push", and so I think `tuckr pop` should do the inverse of `tuckr push`. Currently, `tuckr pop` just removes the group...
While looking through Tuckr's codebase, I noticed there were very few tests, and there were a few hacks to get testing to work, especially in regards to environment variable fiddling,...