Shinigami
Shinigami
> Sorry, but there are a few bugs that I had to work on, such as inaccurate text edit positions 😓 Can I help somehow?
> Types already available [eslint-types/define-config-plugin-types@`main`/types/unicorn](https://github.com/eslint-types/define-config-plugin-types/tree/main/types/unicorn?rgh-link-date=2024-05-08T03%3A11%3A57Z) > > Maybe @Shinigami92 can help us move to this repo? I can try to help, but unfortunate I currently have much todo with maintaining...
Please add a test here: https://github.com/gtm-support/core/blob/main/tests/gtm-support.test.ts and try to reproduce it But I see you are using GA / gtag, this is not related to this repo :thinking:
No it's not a typo This repo has two branches, one [main](https://github.com/gtm-support/vue-gtm) branch and one [vue2-gtm](https://github.com/gtm-support/vue-gtm/tree/vue2-gtm) branch The `(Vue 2)` releases are pointing to that `vue2-gtm` branch Some folks have...
We are not sure yet if we still want to support `import { faker } from '@faker-js/faker/locale/de'` in the long run, but yes. Our actual plan is to encourage using...
Looks like we exactly woke up the same time 🤣
> Would it make sense to land this in v9, and in v8 switching locales to a non-en locale still works but add a smaller PR which shows a deprecation...
> We could support this: > > ```ts > faker.locale = localeDE; > ``` > > but not the currently supported: > > ```ts > faker.locale = 'de'; > ```...
> should the docs perhaps encourage instead > > `import { fakerDE as faker } from '@faker-js/faker';` > ? IMO yes, they should :+1: Or at least with a hint,...
It seems we have tackled all needed changes. If we want to change something additionally, we should open issues/PRs specifically.