vinz243
vinz243
This project is still very important to me, but now I got a job as a dev, so I have less time to work on it, and I want to...
I'm not sure why this is happening, maybe pouchdb/pouchdb#5114 might help you, especially @ theutopianster : > Hey guys I had the same issue with running sync or replicate from...
You can run ``` npm rebuild sharp ``` To rebuild the module, should be fine then. > As a side note: this might be related to my connection: I'm using...
- While it would not directly fix your issue, next version (2.0.0) should let the user select if he wants to replicate (faster local access, loading takes longer) or remote...
I agree, this is needs to be thinked about: 1. How could the media scanner make the difference between compilations and simple albums 2. How to offer the user the...
@zaggynl can you try the version `1.3.0-alpha.0`? ``` npm install --global [email protected] compactd --upgrade # if it fails 'echo -n 1.3.0-alpha.0 > ~/.compactd/_version' pm2 restart compactd ```
I didnt implemented search as of yet with the new system, thanks for the vid I'll get back to you once I foind more, although from what I can see...
I will be working on new view modes, although I first need to focus on the current views. Would you say the performance has been improved with the alpha version?...
To debug a bit better throttling, can you: 1. Open dev tools 2. Select Performance Tab 3. Hit the reload button in the middle 4. Once everything is loaded and...
Thanks, the file is not working tho. nvm I'll try to find a way to lazy-load (loading artist components only when they are visible) but I kinda struggle due to...