Sandor Balazsi
Sandor Balazsi
Hi! I'm writing a subsonic server implementation, and I found a bug in DSub. The _getCoverArt_ call ID for playlists is generated by the DSub client, instead of using the...
The [CommandScheduler::parse_time](https://github.com/rakshasa/rtorrent/blob/master/src/rpc/command_scheduler.cc#L185) implementation is not correct and producing a wrong result when days are specified along with hours, minutes, and seconds. For example, the string "02:03:04:05" (2 days 3 hours...
The below example should return with true, but it doesn't. ``` final Version version = Version.valueOf("1.2.3-45"); final Expression expression = ExpressionParser.newInstance().parse("1.2.3-45"); System.out.println("satisfies: " + version.satisfies(expression)); ``` Due to this problem,...
Build `libxml2-utils` in the Dockerfile (in a builder) instead of using a hardcoded `ipk` binary.