Eduardo Wesley

Results 8 comments of Eduardo Wesley

Eu tenho conhecimento em vue e tenho interesse, ainda pretende fazer?

OI, gostaria de saber se ainda precisa, e caso a resposta seja sim, gostaria de propor uma converção do site para usar vuejs usando o nuxtjs. Posso ajudar e você...

for me, using `[email protected]` and `@testing-library/[email protected]` only the solution bellow worked ```ts // global.d.ts import type { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers'; type CustomMatchers = TestingLibraryMatchers; declare global { namespace Vi...

I will describe what I got from this trip that can maybe help someone. This one is the go-to for nuxt 3 and works for typescript also, but seems to...

For anyone coming here, I found a hacky but functional way to workaround this for now using the `Proxy` constructor ```ts function createMyFetch() { const newFetch = createFetch({ fetch: globalThis.fetch,...

For someone who stumbles upon this issue as I did: Cloud pods were removed from the community version in [v3.0.0](https://github.com/localstack/localstack/releases/tag/v3.0.0), thus making this approach unfeasible. The last version in which...