Jaap Frolich

Results 135 comments of Jaap Frolich

I am running in this while converting our codebase. I realize we have quite a bit of local opens that don't translate very well. Such as: ```reason ``` That becomes:...

When the OCaml version is upgraded this is already supported using: ``` open { let u = 3 ... } ``` Are you aware of that?

> Is it planned for modules too? > > ``` > private module Styles = { > // css in js declarations > } > ``` > > would be...

Some ideas after a conversation with @jordwalke: - Allowing multiline string as a way for documentation comments with an attribute. (I created a [ocamldoc printer for markdown](https://github.com/ocaml/omd/pull/215) btw, this could...

More information in this Reason issue: https://github.com/facebook/reason/issues/2603

> Avoiding ecto queries outside the context module is a central design principle of Dataloader, which I can talk more about if you want. Ok, that might be a difference....

So the issue above can be implemented in the Ecto source as is. Why not add more flexibility? As for having multiple Ecto sources and these being contexts, that's a...

If you don't think the `Lazyloader` approach should be part of dataloader, I can publish it as a seperate package. However in my opinion this should be part of dataloader...

> That's an interesting take, and I'll have to think about it more. My concern is that you'd either have an enormous proliferation of API functions from the context so...