Drew Goodwin

Results 20 comments of Drew Goodwin

It looks like `window.addEventListener("beforeprint")` works so I changed the library to this method. At the same time I changed it to a hook so please be aware of the change...

It does seem to have improved. Even in Chrome the characters displayed in the export. There is still an issue with the sticky notes and text wrapping (try making the...

@kopax I ultimately switched to `react-native-gesture-handler` so that I could render swipable rows outside of a FlatList on a screen with several small lists wrapped in a `ScrollView`. I tried...

Just adding 2c here. I've used LiveScript (which like CoffeeScript allows omission of parens) for quite a while now and have come to the conclusion that, readability aside, [2] leads...

I think that makes sense and I tend to agree that one need not be held back by convention where there is a good reason. Thank you for taking the...

Thanks. Personally I agree, as too many syntaxes that mean the same thing make a language quite complicated. By the way I took [`` operator, which is pretty awesome. At...

No issue reports since update so closing. Please log a new issue if there is any compatibility or deprecation of the current method.

Probably an omission, but anyway BigInt support looks to be on the way #277 #558

I'm having similar problem. Another issue mentioned it working only after `form.flatten()` is called. Unfortunately this makes the fields uneditable (additionally I am facing issue where text is garbled when...

I think the current `createInsertSchema` with `partial()` works pretty well, but causes confusion because of the name. Having a shortcut for `createUpdateSchema` is not not useful, ...but as a point...