Ezequiel Rodriguez
Ezequiel Rodriguez
Apologies for not getting to this. Just started a new job and don't have much time. @jamesjjk Of course you can help! If you can come up with a solution,...
I haven't test with the latest version yet. I definitely want to support the latest version of React. I wonder if it will still be broken once `0.14` is released?...
Hey @jpsfs, thanks for the feedback. I will try to fix this.
@jpsfs Thanks for your investigation! I was able to use the idea you presented, and it indeed works. I've pushed the fix in release `0.6.0`. There's just one more issue...
@jpsfs This seems to be part of a bigger problem on mobile browsers (Safari, at least). Click events don't work as expected. React has acknowledged this, and recently merged a...
We actually did implement this, but instead as a higher-order component which used Typeahead. This was done to keep the reusability of Typeahead extremely high, e.g. there were cases where...
Absolutely. I will stir up something tonight and get back to you.
@brianc, Is it possible to checkout the `webpack` branch seen in #3, and verify the library's usability? Thanks! :rocket:
Yes, it has. Apologies everyone.
Issue seems to stem from: https://github.com/swaggo/swag/blob/7204462ba422fd428d50e3ae7641e3c475a63183/operation.go#L845-L846 We can probably use `&spec.Schema{}` here instead?