Scott Ames-Messinger
Scott Ames-Messinger
While Prettier could be improved in some specific ways (like those mentioned above), I think having it in the default blueprint is an enormous benefit and I think we should...
> At the end formatting is needed to improve experience for the source code reader, since we read more than write. So if it'd impove DX but degrade readability(for instance...
I really like @chadhietala proposal. The implicit passing of `@controller` was the most unexpected piece of this proposal. It didn't feel necessary to make the proposal work and felt like...
@cibernox Thanks for looking into this! I didn't enable the static components setting, and my understanding is it should just work. Only when static component is set to true can...
@bdtomlin This is definitely surprising. Here's why it's not happening now: For a root document, the MongoDB server generates the ObjectId and returns it (though you can also insert a...
It would be great if `@primary_key {:id, :binary_id, :autogenerate: true}` worked for embedded docs! Let me know if you find out how to make it work!
This is how I do it and I think it's right -- it uses the same pool as used by ecto if I'm understanding the code correctly: ``` Mongo.update_one(MyApp.Repo.Pool, collection,...
@bdtomlin This is a good question! I'm not quite sure how that would be implemented, but my guess is it wouldn't be straightforward conceptually or technically and possibly impossible. Timestamps...
H @KoushikDasika ! Great question. An memory option would be great, but I don't know how we'd do it. For our app, we're using Github actions and use a github...