Doychin Atanasov

Results 36 comments of Doychin Atanasov

Oh, Gio is very intriguing! I've toyed with it for a while and was evaluating it for the Euterpe Desktop client. But ultimately decided to use GTK as it was...

You are completely right. I don't see why not supporting both TVML and Subsonic API. But I am not exactly sure what is exactly that the server should do. Maybe...

Certainly! Did not realize there are failing tests originally.

I found a way around the problem. When the HTTP(S) URL for the repository is used everything works as expected. Just make sure your Jenkins is set to pull using...

Yes, I did change it in Jenkins too. And the exception is no more.

Thank you! The thing is that we are not using it any more. For one thing, one could achieve the same cache optimizations with nginx now and another is that...

I am not comfortable with this. Not with the embeding of static resources in general but with embeding HTML templates in particular. I have few objections against it: 1. Does...

A configuration variable or a command line option can be used to force the server to recompile the templates every time. But I guess the same method can be used...

Or we can make nedomi search for the static resources on some predefined places. `$GOPATH/src/github.com/ironsmile/...`, `/etc/nedomi`, `$HOME/.config/nedomi` (for unixes), `$APPDATA$\nedomi` (for windows) or more. Something like the `$PATH` resolution. This...