Doychin Atanasov
Doychin Atanasov
At this point quite a few things are generated. This includes: * Some HTML pages * The single CSS file * The JavaScript file * Interface implementation mocks for unit...
At the moment `/browse/?by=album` returns albums which do not have any songs in them. They are useless to the users and must be ignored.
The archive dates are strange. It seems that the archiver adds strange date when nothing is set explicitly.
Currently HTTPMS can be configured by editing its JSON config file only. The web interface should be able to do the same. Not many people are comfortable with editing text...
The current reliance of taglib is making the project much less portable than it should be. Cross-compiling is much harder as well. To remedy this a pure go implementation of...
As most who do not speak english as their native language know, not all meta data in music files in the wild is in ASCII or Unicode. This is certainly...
The idea is that clients should be able to synchronize between themselves to play the same thing on every one of them.
I am back with my object listing improvements :smile: This optimization takes advantage of the fact that the object metadata could now be read from disk without reading its data....
I have stash-jenkins-postreceive-webhook version 2.7.1 installed on a Stash v3.11.2. I've configured the plugin to trigger builds for all branches for a stash repository. Clicking on both buttons, in a...
In current versions of Go (1.11, 1.12) `startBackgroundRead` in [server.go](https://github.com/golang/go/blob/39a51a4b0d698491baaa252e21be2a51516379ea/src/net/http/server.go#L672) always sets ReadDeadline to the zero time. The code in question: ```go func (cr *connReader) startBackgroundRead() { cr.lock() defer cr.unlock()...