João Cerqueira
João Cerqueira
When will this be merged?
The issue with the errors using `npm run build` look to be related with something inside the `pages/features/mdx.mdx` file. I'm still trying to figure out what exactly. FYI I've generated...
I've a case where the user can upload multiple attachments to an event. How could I workaround this issue? I'm using `put_assoc/3` to create the association. Thanks in advance.
Hey 👋🏽 any news about this?
For anyone still facing this issue, I got through it using the following options: ``` mongodb://:@:/?tls=true&tlsAllowInvalidCertificates=true ``` ([not optimal but does the trick, make sure you read this first](https://docs.mongodb.com/manual/tutorial/configure-ssl-clients/#avoid-use-of-tlsallowinvalidcertificates-option))
Hey @jsmvaldivia 👋🏼 As spoken offline this sounds like a great idea to me as it expands the use cases possible. I still have some questions regarding how this feature...
Hey @dmitshur 👋🏼 Is this something you're still considering adding to the package?
I've this need and a bit of time to work on this if no one is working on it.
Thanks!
@terlar sorry for the noob question, how can I add this to an existing flake? I've created a new file with the configuration you provided (thanks!), should I add it...