Anthony Simmon

Results 10 comments of Anthony Simmon
trafficstars

I've read a lot about `runtime.json`, I summarized my findings in https://github.com/asimmon/ephemeral-mongo/issues/2 . **TLDR**: it is not a viable option. I still wanted to do something about it while supporting...

Hi @lemaitre-aneo , I recently created another project based on Mongo2Go because [I had several issues with it](https://github.com/Mongo2Go/Mongo2Go/issues/142). I believe this could solve yours: https://github.com/asimmon/ephemeral-mongo

Can I haz some SKEPTI? SKE61ed871bf458fd8514e4e53faae72cda71f4f4e004ddea7fb98d5eedcfdc02fcaa5c7c7b27168268b0933e6bdee83b167f1d57c93d5db94a492b82b2f74fa2a0PTI

@0xced done! Thank you for the suggestion. ![image](https://user-images.githubusercontent.com/14242083/220719028-a3876612-f9e0-4aca-ab25-0b3b60cc407f.png)

https://www.mongodb.com/docs/drivers/csharp/current/fundamentals/stable-api/#enable-the-stable-api-on-a-mongodb-client ![image](https://user-images.githubusercontent.com/14242083/223899734-a166fa7d-a81e-46f0-a481-03fbb3833310.png) Please consider using https://github.com/asimmon/ephemeral-mongo instead as mentionned in Mongo2Go's README. You'll be able to choose between the latest versions of MongoDB 4, 5 or 6.

Please consider using https://github.com/asimmon/ephemeral-mongo instead as mentionned in Mongo2Go's README.

If this can help, at Workleap we've been using custom resources in three ways: 1) To host YARP (similar to, but not exactly like, https://github.com/davidfowl/AspireYarp) 2) To host a minimal...

> _Also, it doesn't check if the process exited while waiting for it to start._ We could listen to `Process.Exited` and stop waiting for the readiness checks, like expecting a...

Hey everyone, I've been quite busy over the past year and a half, and I had to make choices and manage my priorities. Thank you all for your patience and...

@wassim-k I am not, at least for now. In a couple of days, a new version will be available, and it will support the 3.x driver (2.x support with also...