Olli

Results 4 issues of Olli

Is the new “albumart” command (see [The music database](https://www.musicpd.org/doc/html/protocol.html#the-music-database)) already supported or are there any plans to do so?

Running Ctlra with Luppp (see openAVproductions/openAV-Luppp#203) using tcc 0.9.26 works fine but it fails using version 0.9.27 giving the very unuseful error message TCC ERROR: /usr/lib/tcc/libtcc1.a:1: error: declaration expected Since...

I want to use the GTK 4 GridView with a [gio.ListStore](https://pkg.go.dev/github.com/diamondburned/gotk4/[email protected]/gio/v2#ListStore) and a [BuilderListItemFactory](https://pkg.go.dev/github.com/diamondburned/gotk4/[email protected]/gtk/v4#BuilderListItemFactory) but cannot figure out how to add an item. This is my test code: ```go package...

ImageMagick provides a function to list all registered delegates and a second function to list built-in features. Both are very useful for applications to know the capabilities of ImageMagick and...