Sheng Slogar
Sheng Slogar
Hey @darrenfang, I'm noticing this project hasn't been updated in awhile. If you could use a hand, I'd love to help. Thanks for your work on this! SS
### Reporting a bug? [The docs describe](https://vue-i18n.intlify.dev/guide/essentials/fallback#implicit-fallback-using-locales) adding an exclamation mark to `locale` to prevent vue-i18n from falling back to language parts when a regional/dialect match isn't found (e.g. `en`...
### Reporting a bug? Thanks for a wonderful library! `{ locale: 'en-US!' }` causes the library to `console.warn` about falling back to `en-US` for all translation keys, and appears to...
### Version: - `@inertiajs/vue3` version: 1.0.14 ### Describe the problem: `useForm({}).reset()` is not functional after a successful submission. This is due to the form's internal `onSuccess` hook setting defaults to...
The following constant is defined incorrectly, and should be `"none"`: https://github.com/smartystreets/smartystreets-php-sdk/blob/15aef42018c7ea7b39e89fe821da24a663876a8f/src/US_Autocomplete_Pro/GeolocateType.php#L8-L10 [Per the docs](https://www.smarty.com/docs/cloud/us-autocomplete-pro-api#pro-http-request-input-fields): > Acceptable values [of `prefer_geolocation`] are: empty string (which defaults to city), none, or city. Additionally,...
SDKs should, in principle, be headless. https://github.com/smartystreets/smartystreets-php-sdk/commit/bdc39a1194d51dc0f50be2b90e3508e1ad899c27, tagged [4.17.1](https://github.com/smartystreets/smartystreets-php-sdk/releases/tag/4.17.1), added an `echo` statement to [`RetrySender`](https://github.com/smartystreets/smartystreets-php-sdk/blob/master/src/RetrySender.php) without any rationale provided in the [changelog](https://github.com/smarty/changelog/blob/master/sdk/php.md#4171---2023-10-26) or commit message, perhaps an artifact left over...
- [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) is a built-in heading tag that is nested inside a [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) tag to toggle its contents. It's keyboard tab-able by default and not currently recognized by Headless UI....
### Description Low priority "bug". When deploying a Serverless v3 app with this plugin installed, multiple duplicate console warnings are displayed: ``` [WARNING] aws-cdk-lib.aws_cloudfront_origins.S3Origin is deprecated. Use `S3BucketOrigin` or `S3StaticWebsiteOrigin`...