Aleksander Madland Stapnes
Aleksander Madland Stapnes
Is there anything missing on my end for getting this PR merged?
I suppose this isn't really high priority, but the PR has seen it's first birthday already. Any hope of getting it merged?
Maybe this could be a knob that defaults to on-blur? Not sure I have a really compelling usecase for updating on each keypress, but it seems useful to have the...
@efraimmgon Not sure about that, I had to do something like [this](https://github.com/reagent-project/reagent-forms/issues/138#issuecomment-374008282) to get dynamic fields to work like I wanted. Which is, I think, basically the same as yogthos'...
As far as I can tell, this feature is not implemented. You can use this ugly hack though ```clojure (defn inline-fragment [type fields] [(keyword (str "... on " (name type)))...
Isn't this already covered by [custom scalars](http://lacinia.readthedocs.io/en/latest/custom-scalars.html)?
Yeah, I'm interested in working on this. I could start by refactoring the way cryogen reads files as a relatively self-contained step. I'm thinking that there should be a function...
I'm thinking that dealing with markups could be made better by: * Removing the concept of a markup having a folder. #48 * Having the parser take a string instead...
+1 for creating a new namespace to avoid breakage
There's also this that changed between 1 and 2 https://github.com/react-navigation/react-navigation/issues/3930