Ali Polatel
Ali Polatel
> I think we agree on the overall goal here, so let's see how to get it on board. +1 > * [ ] Ideally, there could be a related...
Updated taking into account the requested changes.
noted, will fix it shortly
Sorry for the late response. Let's go one by one. First remove the line ``` passwords= needvodka@update;needbeer@select ``` from your configuration file and tell me if it fixes the problems...
np, reopened it. I need some more information about your system namely: - Output of `uname -a` - GLib version Btw did you create your database using `walrus`? If not...
About the query strings, here are a few examples - List all songs: `eugene list 1` - List artists, whose name is **like** vangelis: `eugene list -a "name like '%vangelis%'"`
Ok I can reproduce the error: ``` [stats] Write failed: Stream has outstanding operation ``` Looks like a bug in the socket code. I'll see what I can do.
Yes, quite a nice way to start contributing to this poor yet useful software :+1:
what's your ruby version?
Yes, clearly it is the data transfer which is problematic not the hook calls. I will come up with a patch to reintroduce these hooks without any data transfer until...