Jason Maurer

Results 35 comments of Jason Maurer

Any update on this? Validation errors should definitely not be returning a 500.

@robatwilliams That kinda works, though the Typescript typings require the `extensions` function to return an object. Which means all responses will have an empty extensions object now. Also, it doesn't...

https://github.com/souporserious/react-popper

Until this gets merged, you can use https://github.com/th507/koa-adapter to get rid of the deprecation warning.

I'm running into this issue as well. Here are some screenshots: `data={[0,0,0]}` ![screen shot 2018-07-09 at 12 23 01 pm](https://user-images.githubusercontent.com/911274/42463020-f28fe436-8372-11e8-830b-ce236e325597.png) `data={[1,0,0]}` ![screen shot 2018-07-09 at 12 23 11 pm](https://user-images.githubusercontent.com/911274/42463023-f41e61f6-8372-11e8-83ef-770899fb4a1d.png)

Thought it would be a simple fix, but this uncovered another issue: https://cl.ly/2D4404372y1O The input overlay currently has `pointer-events: none` to allow select/click events to pass through to the input...

Yeah I had a spinner originally, but changed it so the dropdown just doesn't open if it hasn't finished loading. Seemed simpler that way. Side thought: The component only calls...

Ah, we may have had a misunderstanding there. Does it not all come down at once following [this format](https://github.com/timberio/react-query-assist#autocomplete-data)? I had thought all the enumerations would be included in the...

So just to clarify what @binarylogic mentioned in slack while discussing this (https://timberio.slack.com/archives/G8ZSUPCV6/p1517621696000039): > You’ll get a complete schema to work with. It will include all of the fields names,...