Simon Teixidor
Simon Teixidor
I try to serialize my model using `model.save_params("/home/simon/trained_model.prm")`. The file gets created, but no bytes get written to it, and I get this output in the terminal: ``` Traceback (most...
This patch adds a flag, `-k`, which causes xnotify to grab the keyboard until the user presses the ESC key, which will also close the open notification. I have these...
This PR introduces a flag (`-v`) and Xresource (`xnotify.vertical`), which causes the image to be placed on top of the text instead of to the left of it. This introduces...
Hi! Cool project! I have a couple of features that I would like to have, to make this program work better for my use case. I'd be happy to hack...
Tags in MPD are not a key-value mapping, but an array of key-value pairs. Some tags commonly have multiple values, such as PERFORMER, and by storing this data in a...
The provided test case fails to build on master, but seems like a valid use case. See: https://stackoverflow.com/questions/58878192/cannot-borrow-xxx-as-mutable-more-than-once-at-a-time-when-using-mpds-query/58879004#58879004 and #40 for a discussion.
This crate is already pretty lean, especially compared to the async alternatives. However, there are two dependencies that we can remove without much sacrifice. This leads to less code bloat...
This PR cleans up all clippy warnings, and runs rustfmt.
Hi! First and foremost - thank you for working on this library! I've been using it in a project I'm working on, and it quickly got me to a working...