Aleksei Maslakov
Aleksei Maslakov
Please provide more information, what audio file format is it?
I had a similar problem with 1GB DO droplet. I fixed it by allocating 1GB of swap (by default there was no swap at all)
I'm gonna close it as no additional information were provided and most likely the problem is that audio file is not supported by the `chromaprint` itself.
Current reconciliation doesn't calculate folder sizes. This is because of performance optimisation. However, after reconciliation we can restore folder size with query like this: ``` WITH Parent := File, UPDATE...
One way to solve the problem is to store folder size in Redis using `incr_by`. That way we can avoid problems with transactions and concurrent updates. Initial data for cache...
Hi, Did you get this errors on branch `master`? I've just run unit and e2e tests, and everything seems fine. I'm running OS X 10.11 with npm `3.9.3` and node...
I cloned master branch. Ran `npm install`. In the dependencies dialog, I chose `1) angular#~1.4.7 which resolved to 1.4.11 and is required by angular-material-date-picker` Then I ran unit and e2e...
It's all the same, all tests completed with success. For the sake of clarity, I'll try to run tests on Ubuntu tomorrow.
Sorry, I didn't have time to run tests on Ubuntu, but I'll try it as soon as possible. I've also noticed that I've got Chrome 51.0.2704 installed and you are...
Sorry for not replying for so long. Everything is ok and I'm going to merge it, but why did you change paths to images in `am-date-picker.provider.js`?