BenJackGill
BenJackGill
This is a great app! But how do we know when our IP is blacklisted? The guide says "after a large number of attempts, the email providers will usually blacklist...
First of all, thank you for making this. It has helped me a lot. But when implementing this as a `router.beforeEach` I had to change [this line in auth/index.ts](https://github.com/alexeyzimarev/auth0-vue3-ts/blob/d87d45323319239b059712a014c8d033b7d2c6b5/src/auth/index.ts#L77) from...
Likely issue: **Environmental** **Describe the bug** I am running wp2static locally using [Local WP](https://localwp.com/). When clicking the "Generate static site" button it returns this error in the browser: ``` Error...
The documentation currently says this: > `onRetry`: an optional Function that is invoked after a new retry is performed. It's passed the Error that triggered it as a parameter. But...
I'm using vue-concurrency with TypeScript and ESLint. I am aware of the [TypeScript limitations](https://vue-concurrency.netlify.app/typescript-support/#known-limitations) and that intermediate values need to be explicily typed or else they will be given a...
# Feature request - Extension name: [Firestore Stripe Payments Web SDK](https://github.com/stripe/stripe-firebase-extensions/tree/next/firestore-stripe-web-sdk) ## Is your feature request related to a problem? Please describe. Customers cannot adjust quantities during checkout because there...
In your code examples all the bars have a square end. Many designers need rounded ends. Is it possible to make the ends of the bars rounded?
Would be really cool to use this outside of a Vue component. For example, using it in composable functions where it accepts a phone number string and returns a phoneObject....
**Describe the bug** I cannot connect to MysteriumVPN. I am using the Mac client but it always gives this error: "Oop! Could not connect. Connection timeout" This happens no matter...
TypeScript error in main.ts: "Could not find a declaration file for module './quasar-user-options'."
**Describe the bug** I have a Vue Cli project using TypeScript and the Quasar Plugin. After installing the plugin I get this TypeScript error in `main.ts`: > Could not find...