Zach DeCook
Zach DeCook
Currently, opening a read-only file fails. This is because `id3.Open` opens the files in read write mode (`os.OpenFile(name, os.O_RDWR, 0666)`). One thought I had would be to fallback on read-only...
When I try to launch the client for offline play, it gives > https://authserver.mojang.com/validate: error trying to connect: failed to lookup address information: nodename nor servname provided, or not known
Close https://github.com/ge0rg/easy-xmpp-invitation/issues/37
Adds a rule to make incorrectly typed pamac commands correct (like how incorrectly typed apt commands work).
## Bug report ### Describe the bug I'm running mpd as the mpd user. If I run `mpc update`, but ~mpd/.cache doesn't exist yet, it will give a cryptic error...
This would be useful for [postmarketos](https://gitlab.com/postmarketOS/pmaports/-/blob/master/temp/dino/APKBUILD) so they could have the feature to switch microphone source in a call. You can rebase to `v0.3.0` in a single hop (see https://github.com/earboxer/dino/tree/feature/handy)....
The `syl`s "to!" and "Se" are part of verse 1, but attached to notes in a different layer (this is necessary because verse 1 and 2 have different notes). The...
Currently, changing the midi noteon velocity is only possibly by modifying each ``, adding the attribute [`@vel`](https://music-encoding.org/guidelines/v4/attribute-classes/att.midivelocity.html#availableAt) to it, which is the MIDI value of the velocity. Most people would...
In the following MEI file, there is an mRest in the bass clef of a shortened measure. When the audio is played back, it pauses for three extra beats, so...
Currently, field types are defined by simple strings. This makes it easy to define a list of attributes, but lets say I wanted some more custom field types ```php class...