Tomas Belada
Tomas Belada
Hi Marcello, Thanks for your kind words! I currently don't plan to implement transactions support, as I'm being either too busy with work or lazy 🙄. However, this project is...
There are already swc plugins for `styled-components` and `emotion` https://github.com/swc-project/plugins/tree/main/packages. Is that something that could be used as an inspiration/guideline for lingui plugin port?
+1 This is an issue since Typescript V4 issues an error on properties overriding accessors and vice versa. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#properties-overriding-accessors-and-vice-versa-is-an-error My temporary workaround is adding ```// @ts-nocheck``` at the beginning of...
@josejulio Thank you for quick response. Checked the PR and it seems to cover all of our issues.
Díky za pěkné shrnutí. U nás dlouhodobě řešíme, na co zmigrovat naše NX monorepo z yarn classic. Největší bolístkou je rychlost (pomalost) předávání node_modules artefaktů v rámci Gitlab CI jobů....
@borekb Jojo, tady jde ale o předávání node_modules atrefaktů mezi jednotlivými joby v CI. GitLab to má tak, že každý job se spouští na čistém podu a je tak potřeba...
We ran into the same issue while upgrading to 18.0.4. A quick hotfix, that makes is work again is setting up a `.svgrrc` config file at the workspace root with...
We experience simillar issue (https://github.com/nrwl/nx/issues/14224) with `print-affected` task. The root cause seems to be our generated `graphql.ts` file, which is 150k LOC (yes, our schema is huge). It can be...