covatic-john

Results 23 comments of covatic-john

Sorry been on leave, running under bitbucket cloud, will add and post result once been though emails

I’ll take look :) have a great weekend > On 16 Feb 2024, at 09:22, Bálint Bartha ***@***.***> wrote: > > > Hey @covatic-john thanks for the offer! We'll definitnely...

yum install libbson > On 13 Aug 2024, at 12:48, Steven Silvester ***@***.***> wrote: > > > Hi @covatic-john , I'm trying to reproduce your setup on an amazonlinux:2 docker...

Sorry. been on Annual leave and stacked out. I'll go back and see what I tried to get it working. I may may give up on this as AWS linux...

morning, my original pymongo query is ``` query = [ { "$match": { "_id": { "$gte": ObjectId.from_datetime(start_date), "$lt": ObjectId.from_datetime(start_date + timedelta(hours=12)), }, "client_id": ObjectId(client_id), } }, {"$addFields": {"domain": {"$arrayElemAt": [{"$split":...

https://github.com/testcontainers/testcontainers-python/issues/401 I was having issue with mongo this may help currently writing as test to support the bug I raised

I'll update with test and example once I finish the urgent work for work. the fix was simple just needed the self.get_connection_url() added to the __init__ rather than the constructor...