Moon

Results 22 comments of Moon

Sorry for the delay in response. I think we can include `swagger-ui: 3.22.0` as a dependency then add a new route in index.js (line #63) ``` app.get('/oauth2-redirect.html', function(req, res) {...

@dusterio Hi Dusterio, where you able to add examples? The doc really does not make sense. I'm pretty sure that no one can run the full example, especially Swagger parts....

@dusterio Thank you so much!

+1 I'm having the same issue. It would be nice to be able to set 'Pointer Resolution Base Path' in version 3.

@joshmaker My current workaround.. https://github.com/moon0326/swagger-ui-watcher works fine with local relative path without base path. It now supports OpenAPI as well.

> Thanks @moon0326 , version bump looks good! > > Should we include all changelogs in the changelog folder? https://github.com/woocommerce/woocommerce/tree/0f38156f238fb25c182e9ee7d06d5a0167f12c33/plugins/woocommerce-beta-tester/changelog Good point! It looks like it's been [added](https://github.com/woocommerce/woocommerce/pull/47427/files#diff-ec5b733267f6875bfa06e18f20ea223d312d7a6aefc705eff684297635426f0e) now.

> existing changelog files Ah I see. I'll go through them 👍

> > Good point! It looks like it's been [added](https://github.com/woocommerce/woocommerce/pull/47427/files#diff-ec5b733267f6875bfa06e18f20ea223d312d7a6aefc705eff684297635426f0e) now. > > Sorry for the confusion, I was referring to [existing changelog files](https://github.com/woocommerce/woocommerce/tree/0f38156f238fb25c182e9ee7d06d5a0167f12c33/plugins/woocommerce-beta-tester/changelog) in the changelog folder. I think...

It's tricky to add a loading state to the button as it's not a React component. How about we disable it once it's clicked? I think it's reasonable as it...

@adrianduffell I like it! The change should be pretty straightforward. I'm wondering if we should check with Veronica and proton team as well?