Sam Thursfield

Results 16 issues of Sam Thursfield

I am trying to build an embedded audio project using cpal, alsa-rs and alsa-sys. The target OS has an old GLibc and it might be tricky to upgrade. Building a...

To reproduce: find a device name that supports capture and playback (you can use `aplay -L` and `arecord -L`), then pass it as poth input and output to `feedback` example:...

File paths are not guaranteed to be valid Unicode strings, so Beets expects them to be of type bytes() rather than str(). Without this fix, the call to `beets.util.unique_path()` can...

This fixes a traceback I found that was triggered by a file named `AlbumArt_{2C8DECDD-855A-4BE6-A2A9-3CD318480D53}_Small.jpg`. It produced the following traceback: ``` --- Logging error --- Traceback (most recent call last): File...

I saw this exception at the end of a `beet import` job, and none of the expected artifacts got copied: ``` Traceback (most recent call last): File "/home/sam/.local/bin/beet", line 11,...

I used the web UI to update a needle for a failed test. The failed test was: https://openqa.gnome.org/tests/168#step/gnome_welcome/12 The screenshot needed updating and the green match area expanding as the...

enhancement
stale

This fixes https://github.com/jimweirich/builder/issues/51

I see the following: ``` $ rake --tasks rake aborted! No such file or directory - rvm /src/ws/baserock/me/import-rails/checkouts/ruby-gems_builder/rakelib/tags.rake:15:in ``' /src/ws/baserock/me/import-rails/checkouts/ruby-gems_builder/rakelib/tags.rake:15:in `' /src/ws/baserock/me/import-rails/checkouts/ruby-gems_builder/rakelib/tags.rake:3:in `' (See full trace by running task with...

Hi! This branch fixes a couple of exceptions that I encountered when using lastfmclient with Python3. I did a brief test using Python2 after my changes. I authenticated and called...

First, thanks for publishing this great library - i'm having a lot of fun making [things](https://gitlab.com/samthursfield/monome-as-notes) with it. I noticed the Monome object has only a sync API - you...