Özüm Eldoğan

Results 89 comments of Özüm Eldoğan

> Mainly, it lacks the decimal character, the grouping character, the currency symbol and the currency symbol position. > If you have more ideas on the subject, do not hesitate...

@AlexandreBonneau please see above proposed solution. Also it could be a good idea to memoize values. ```js const localeOptionsCache = {}; const currencyCache = {}; /** * Returns group separators,...

@AlexandreBonneau I submitted polished versions covering edge cases of above functions to [npm](https://www.npmjs.com/package/intl-data) and [github](https://github.com/ozum/intl-data). Please see [intl-data source code](https://github.com/ozum/intl-data/blob/master/src/intl-data.ts). You can use it or copy/paste it into your source...

By the way, is there a workaround to use `@nuxtjs/apollo` in a nuxt project which uses composition API with `@vue/composition-api`?

Thanks @jakob. I saw `cask postgres` and assumed it was PostgreSQL server. Now I can install postgres.app with it. Also no problem for `initdb` part. Just... Could you please detail...

This should be optional, because if a lint rule is changed, it should lint all source files again for new rules whether those files changed or not.

> We should recommend everyone to **not use** `$fetch` in any `.vue` file if not wrapped with `useAsyncData` (or using `useFetch`) to avoid this double data fetching. Yes, that would...

(**nuxt 3.2**) The problem is related to `AvailableRouterMethod` type called by `method` attribute in `NitroFetchOptions` type definition from `nitropack` package. ```ts interface NitroFetchOptions extends FetchOptions { method?: Uppercase | AvailableRouterMethod;...

It would be very helpful to support TanStack Query in a library-agnostic way instead of react specific way.