Robert Gründler

Results 54 comments of Robert Gründler

it's a bit trickier than i though as the `cache` folder is taken out deliberately from the buildpath during project creation. I can only index stuff that's in the buildpath,...

yeah, i'll try to find a proper inclusion/exclusion pattern

@artelse well the python bindings are already there https://github.com/eLvErDe/museek-plus/tree/master/python-bindings/museek - imho it would "just" ™ need a http/rest wrapper around them and then stick a javascript frontend on top of...

> The main question for me is what SPA framework will we use? I strongly propose Elm. My current stack involves react but i'm fine with trying out new stuff....

@akhramov should we try to fix #5 before getting into the binding and UI thing? currently museekd does not compile on my machine (mac os sierra): ```g++ --version Configured with:...

yeah, i've tried that, but it looks like some incompatibility with the gcc on osx ``` In file included from museek-plus/./NewNet/nnevent.h:27: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1036:13: error: no matching constructor for initialization of 'binder1st'...

> Why can't we just use it instead of having to compile on the host machine? i can give it a try and see how well it can be used...

@masterzen fyi: this is working for us: ``` # upload progress location ^~ /progress { if ($request_method = OPTIONS ) { add_header Access-Control-Allow-Origin allowed-host.example.com; add_header Access-Control-Allow-Methods "GET, OPTIONS"; add_header Access-Control-Allow-Headers...

@khizarsonu we're running in a similar issue. have you solved this somehow?

@masterzen i've already turned on debug logging. What i see in the logs is `upload_progress: tracking already registered id: upload_536cff9453c7b0.12009139`. I am very sure that the problem is not caused...