Damian Tarnawski

Results 97 comments of Damian Tarnawski

I’m not a fan of any external dependencies too be honest, but if they are necessary a submodule sounds good, they need to be separated.

This is interesting. Preventing the default behavior for Control + P on Windows works as expected, but for Meta + P the native behavior is executed anyway. Not sure if...

Thanks, I think the issue has been already fixed in the meantime.

@BierDav can you fix this one as well? :)

Everything seems to be working as before. on solid-site too. I added a little test for the generic resolver types. Could you add tests for the improved functionality of scopes?

As I remember `.jsx` was because of `NodeNext` node resolution. SolidStart doesn't include extensions when reexporting in `server.ts`, which breaks the resolution. I would like to "fix" the import as...

Fixed in https://github.com/solidjs-community/solid-primitives/pull/660

I don’t think you’re using the type correctly. `ref` is not a directive.

ah nvm I get it I have to think about it Making it optional hurts the proper usage

this? `use:infiniteScrollLoader`?