Fletcher Porter

Results 17 issues of Fletcher Porter

# Summary `elpy-format-code` errors out and text editing has unusably slow latency. I'm guessing the issue is between the chair and the keyboard, but I can't figure out what might...

This adds the tests `test_raises_error_indexing_empty_buffer` and `test_negative_indices_give_recent_data_with_unfull_buffer` to ensure the class doesn't access memory unsafely. Closes #13 Closes #14

In a partly-full buffer, if you take a negative index, it will refer that index to the end of the full length of the buffer as apposed to the end...

If you index a `RingBuffer` before having appended any values to it, you will unsafely get whatever was in memory at the buffer's location ```python from numpy_ringbuffer import RingBuffer r...

Upon exiting the game by hitting the desktop manager's "X" button or by using the in-game "Exit" option from the title screen, Godot reports leaked resources. This is on the...

invalid

**Describe the style change** [Per PEP8](https://www.python.org/dev/peps/pep-0008/#maximum-line-length), > For flowing long blocks of text with fewer structural restrictions (docstrings or comments), the line length should be limited to 72 characters. >...

T: design
F: comments
F: strings
F: docstrings

The package allows users to remove the minimap with a setting - [x] I'm the package's author and/or maintainer. - [x] I have have read [the docs][1]. - [x] I...

duplicate

So I'd like to have just the most recent complete backup of my (now dead) Mac on my Linux box. If I run this script, I'll be copying a mostly-full...

**Describe the bug** I just installed Musescore 4 on a machine that had never previously had any version of Musescore previously and on launch it does not play back any...

If you have a JSON packet that has multibyte, i.e. non-ASCII, characters, then errors reported related to that packet such as the data error I trigger below will report a...