Ömer Aran
Ömer Aran
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
## Request Add generator that generates TypeScript functions to construct URLs to be used in any fetching library. Example: ```ts // buildCompanyGet should be generated by openapi const companyGetUrl =...
I tried to use `@error` on `NuxtImg` and `` component, but nothing works: ```html This is never displayed: {{ error }} const handleError = (e) => { // never gets...
### Problem to solve In Vuetify2 adding the `nuxt` to a routable component (e.g. `v-btn` or `v-card`) produced a `nuxt-link` if `to` prop or `href` prop was passed. In Vuetify...
In order to build meaningful design systems it is desired to limit the options a developer can choose from. Example: Instead of having to write `~text-xl/3xl` or `~pt-3/6` it is...
# Problem Statement I am using an `overflow-hidden` sortable container, which works perfectly fine on all devices, except `IOS`. I digged a bit into the code and saw, that only...
Unfortunately Nuxt 3 doesn't allow to change env variables used in the `nuxt.config.ts` at runtime. They are build-time only. In our pipeline we first build nuxt and then add the...