Maddy Guthridge

Results 112 issues of Maddy Guthridge

According to the [RtMidi Tutorial](https://www.music.mcgill.ca/~gary/rtmidi/index.html#windowsds), RtMidi supports sysex messages with a maximum size of 1024 bytes. All larger messages are discarded. > The Windows Multimedia library MIDI calls used in...

bug

**Is your feature request related to a problem? Please describe.** I have a disability that makes my working memory extremely limited. As such, non-typed libraries are extremely difficult to use,...

enhancement

ESLint (with the `typescript-eslint` plugin) gives a `no-undef` error without the `` constraint in the type definitions. This PR adds the constraint to help prevent people from getting linting errors...

Like many other Markdown processors, Python-Markdown does not sanitize its output, meaning that malicious code can be embedded within markdown documents. ```md # Some markdown document alert("Evil laughter") ``` If...

docs
confirmed

### Is your change request related to a problem? Please describe. I recently discovered in [this mind-bending issue](https://github.com/mkdocstrings/mkdocstrings/issues/691) that most Markdown implementations don't sanitize their output, with [Python-Markdown](https://github.com/Python-Markdown/markdown/issues/1479) being no...

To reproduce: * `git clone https://github.com/MadGutsBot/Empty.git` (or any other empty repo) * `(await repo.status()).current` gives the string `"No"` * Contrastingly, `(await repo.branchLocal()).current` gives an empty string I would expect these...

Currently, `cb help` shows a generic help message, regardless of later arguments. ```sh $ cb help # ...Generic help $ cb help cp # ...The same generic help ``` While...

I use [a script](https://github.com/COMP1010UNSW/MarkTen) to automate the marking process when I assess work created by my students. This script: 1. Git clone's their work to a temporary directory 2. Checks...

feature-request
workbench-history

Consider the following program: ```hc /** * Convert a string to I64, finishing when a non-numeric character is * encountered. */ I64 StrToI64(U8 *str) { I64 total = 0; for...

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...

enhancement
0. Needs triage