Yury

Results 138 comments of Yury

@nevf in case of mongoify, I'm not sure this would give you better performance, if you need this for speed reason. Thanks for opening the issue, it is now on...

Hi, no, it is not ready for production, despite having `prod-build`. ATM I still need to implement basic file operations (see #17).

Thanks. I'm not giving up, for example, I'm trying to get [async `.moveItemToTrash`](https://github.com/electron/electron/pull/11914) upstream (yes, I've closed PR to not distract electron maintainers, but I'm working on it), so that...

You might want to add semicolons as per this project conventions

I'm not sure if this approach is widely used, but I think English translation should act as baseline and other translations are "merged" (deep merge that is) into it. This...

I will actually be against this, not because it is not useful, but because it adds [feature creep](https://en.wikipedia.org/wiki/Feature_creep). For me, everything that is not playback-related, is unnecessary.

Plugin systems are usually very hard to get right. I thought about adding a statement that we are not responsible for any issues caused by plugins, but this makes me...

1. Keep roots of imported directories in DB 2. Check already imported files are still there and clean them up otherwise 3. Scan roots for newly added files periodically/on-demand 2...

I'd like to discuss some UI polish, I think current UI does it's job, but I kinda miss some space. So, request from me: - Update UI to make it...