Paul Desmond Parker
Paul Desmond Parker
If your change is buried in your props, and therefore doesn't show a difference between your `props` and `nextProps`, you may need to use `shouldComponentUpdate`. ``` shouldComponentUpdate(nextProps, nextState) { if...
@nikita-volkov Any future plans to support a custom array type as described above? I naively tried ```haskell SELECT aggregate :: (int8, text)[] FROM my_db_function() ``` but it was a non-starter.
The schema _may_ not be necessary, so long as I have all of the possibilities straight in my head. The only variable types we can get into the Query or...
I have solved this for myself, but I need feedback before I presume to push it as a PR. I included a `[t]` as an instance of `HasAnnotatedInputType` in `API.hs`:...
It heartens me that I'm not the only one ;)