Zied Hamdi
Zied Hamdi

Hi, I have this message: ``` Unable to recover files from /home/weally/.certbot/work/temp_checkpoint Incomplete or failed recovery for /home/weally/.certbot/work/temp_checkpoint Encountered exception during recovery: certbot.errors.PluginError: Unable to revert temporary config Some challenges...
Ok, So I was able to get it working by changing my query to: `_operators: {user: {userId: {exists: true}}}` I'm not closing this issue, as I think we should be...
Ok I upgraded to 7.3.3, but now I'm back to the error I had before upgrading to the 7.3.1 (should I post that in a separate issue?): ``` Mongoose: complaints.find({...
Hi Pavel, Tried the following query via mongoose ``` const result = await Complaint.find({ location: { '$near': { '$geometry': { type: 'Point', coordinates: [10.3222671, 36.88911649999999] }, '$maxDistance': 50000 } },...
I'm trying to add incrementally the arguments you are using in your mongoose query, byt as soon as I add: ``` , { limit: 13, sort: {popularity: -1}, }) ```...
Since in any case, I will have to wait for a new version of gc-mongoose to fix the issue, is there a way I can execute my query manually (with...
Hi Pavel, Did you please have the time to look to this issue? I don't know how to workaround it except by rewriting the connection logic my self, which is...
Hi Pavel, No problem for the response delay, I know you must be bombarded with questions. Thanks for answering. If I attempt to create my own resolver I would have...
Naturally, if I comment the line `rp.args.filter = filter` the filtering works correctly: `Mongoose: users.find({ name: 'zh' }, { limit: 1000, projection: { _id: true, name: true, facebook: true, filter:...