Casey Mulcahy

Results 31 issues of Casey Mulcahy

This doesn't happen with all Ogg Vorbis files, but it does with these two that someone else provided: https://github.com/jangler/taffy/files/1844917/files.zip In `irb`: ``` require 'taglib' => true TagLib::FileRef.open('filename.ogg') do |fileref| fileref.save...

blocked-by-taglib

Whenever I use monocle mode, it seems as though all the windows are being drawn at once on top of each other--but not in any sychronized or organized way, so...

bug

... plus a few minor changes to make pep8 and pyflakes happy.

Is there a way I can get the "File" menu to go away? ![screenshot_2018-03-05_09-46-11](https://user-images.githubusercontent.com/1653421/36980997-eddb169e-2059-11e8-9751-e2bb56de0f96.png)

See https://docs.python.org/3/whatsnew/3.8.html#api-and-feature-removals – I'd make a PR, but I don't know which of `time.perf_counter()` or `time.process_time()` would be the better replacement.

It should be `pip install git+https://github.com/retostauffer/python-colorspace.git`, not `pip install https://github.com/retostauffer/python-colorspace`. Otherwise the command fails with an error.

Something termbox sets up with O_ASYNC/SIGIO leaves a bad state for an exec(3)'d process. If the following program is invoked without command-line arguments, it (correctly) loops indefinitely. If it is...

The Raylib documentation for `LoadFontEx` says to "use NULL for codepoints and 0 for codepointCount to load the default character set". Literally every example of Raylib font loading I could...

https://www.nushell.sh/book/variables_and_subexpressions.html > There are two types of evaluation expressions in Nushell: variables and subexpressions. You know that you're looking at an evaluation expression because it begins with a dollar sign...

help wanted
good first issue

See #5, which is now "fixed" in that Taffy refuses to save Ogg Vorbis files due to the possibility that TagLib might corrupt them in the process. The problem is...

enhancement
taglib