Alex Lohr

Results 185 comments of Alex Lohr

As I already stated, you need to use pnpm. npm and yarn force their resolver on vite, which somehiow breaks the module resolution, because it attempts to get two different...

Using a custom resolver might be our best option. I'm currently busy with the rewrite of @solid-primitives/fetch, but this is on my to-do list right after that.

I have already an idea on how to do that. We can test in the running config which environment is available and adapt the config correspondingly; also we can set/augment...

The happy-dom issue is supposedly resolved.

Please also update testing-library/jest-dom and remove the script that attempts to fix it.

indexOf will only compare the content's indices, not it's contents if those are objects, arrays or NaN. Therefore, this breaks the current functionality.

I can confirm that it occurs on 0.2.2, but not in 0.2.1.

is pell.exec('removeFormat') not sufficient? The only other way to accomplish this would be rather complicated and involve finding the instance with selected text, replace the latter with all the formatting...