Yanick Champoux

Results 123 comments of Yanick Champoux

> I've released version 0.720 of Web::Mention, and encourage you to make use of that towards the two changes I suggested yesterday. Woo! Awesome! > I don't want to overwhelm...

@yuliankarapetkov Can you provide an example where it's sprouting that error?

> I am running unit tests (same result with Jest and Vitest). As in, the unit tests of svelte-testing-library itself, or unit tests of your own project. Because here I...

> @yanick sorry for not being clear - unit tests in my own project. Can you provide a link to a repo that has this unit test, or a simplified...

> @yanick yes, here's a [Stackblitz demo](https://stackblitz.com/edit/davipon-test-svelte-multiselect-kpyf6a?file=tests%2FHello.test.ts) YES! Thank you. You need to also add a ``` compilerOptions: { accessors: true }, ``` block in `svelte.config.js`. I'll see if I...

> @yanick - Can you comment on the question from @eunukasiko (above)? > > That is, would adding the following to `svelte.config.js` affect the non-test build? This would seem an...

I do, I do have access to the settings! \o/ I must have gotten those powers when I submitted changes to the documentation repo. I'll go and peek in the...

Aaaand it should be disabled, now. We'll see for sure at the next PR. :crossed_fingers:

> Repetition between render and rerender I think that will be alleviated when we merge https://github.com/testing-library/svelte-testing-library/pull/210, as rerender will no longer destroy the component, and will be simplified by a...