Sergey
Sergey
**Proposal** --- Add a way for coc-explorer to take control of the current buffer and turn it into an explorer buffer. As far as I can tell this functionality exists...
I need to filter the linked collection by _id like this: ```javascript { linkedCollection: { $filter({ filters, params }) { filters._id = { $ne: params.linkedId }; }, ...someFields } }...
I noticed a bug in `withStaticQuery` where if you update the query without remounting the component it will still fetch old data and will alternate between new and old data...