Marc Stein

Results 12 issues of Marc Stein

When trying to execute the following query { $and: [ { "created_at": { $gte: ISODate("2020-05-01T00:00:00.000+0000") } }, { "created_at": { $lt: ISODate("2020-06-01T00:00:00.000+0000") } } ] } I've tried collection.find{ $and:...

I have a cURL command that seems to work fine and also works from Postman, but I can seem to format it into Halite in such a way that it...

Having spent an inordinate amount of time trying to get PCA to run on an M1 Mac Mini running Big Sur, I thrilled to say that it actually can be...

Applications previously have worked fine with our standard configuration for several years, e.g. Moongoon.connect("mongodb+srv://marcstein:[email protected]", database_name: "underwrite") They are now generating an error 2021-11-27T17:58:47.523219Z INFO - moongoon: Connecting to MongoDB @...

Any way currently to utilize a Gazepoint GP3 with Optikey?

### Description: > Please include a detailed description of the issue (and an image or screen recording, if applicable) ✘ Figterm socket: No file at path /tmp/figterm-9CE26527-4B4D-4D4C-98E0-B99B77EC7857.socket ### Details: |OS|Fig|Shell|...

type:bug
codebase:shell-integrations

I know that this is not a new issue, but I'm trying to connect to a MySQL 8 server, which has been set to use legacy (v5.7) authentication. This is...

When I attempt to run require("Mongo.jl") using Mongo client = MongoClient() # Defaults to MongoClient("localhost", 27017) insert(client, "test.people", { "name" => "Brian", "age" => 30, "hobbies" => {"surfing", "coding", "video...

### Check for existing issues - [X] Completed ### Describe the feature Any chance of support for the Crystal language? ### If applicable, add mockups / screenshots to help present...

language

Hi, Can you suggest how to pass the following query to collection.find ? { $and: [ { "created_at": { $gt: ISODate("2020-04-01T00:00:00.000+0000") } }, { "created_at": { $lt: ISODate("2020-05-01T00:00:00.000+0000") } }...