Michał Miszczyszyn
Michał Miszczyszyn
- [ ] create a HoC `withObservable` - [ ] analyse if it makes sense to reuse the `` component or not - [ ] should the HoC allow for...
- [ ] support any "thenable" object - [ ] detect if given object is a thenable the same way ECMAScript Promises do (how?) - [ ] include tests -...
Hey! 👋 First of all let me tell you I love this library and this approach to making Joi type-safe! There's another very similar library out there: https://github.com/TCMiranda/joi-extract-type It seems...
## Use `babel-preset-es2015-node4` instead of `babel-preset-es2015` Since this generator's `package.json` specifies required nodejs version as `4.2.6`, there's no need to use `babel-preset-es2015`. ES2015 babel preset makes babel transpile all the...
https://user-images.githubusercontent.com/1338731/191208225-48be5a23-1f12-4d01-b053-576b4489814b.mp4
Stripe doesn't support PayPal. Yet, the interface suggests it's possible to use Stripe for PayPal. We should be able to configure this so the interface is not misleading.
A few bugs in checkout: 1. Links (Sign In / Sign Out etc) are selectable with keyboard but there's no outline which indicates what's actually selected. 2. Checkboxes are selectable...
We can automatically create Stripe webhook and save users the trouble of doing this manually. We'll need to store `webhookSecretKey` but we won't show it in the interface. Quoting @korycins...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...
### What I'm trying to achieve Get JWKS via a GraphQL query. ### Describe a proposed solution `{ shop { jwks } }` or `{ shop { signingKeySet } }`...