Alex Lohr

Results 185 comments of Alex Lohr

Since createCookieStorage is now deprecated, I'll close this issue.

The issue here is that regex inside arrays are atomic, so they are removed if they do not match, which is the default behavior for input masks. I would suggest...

There is an issue: how should input mask behave if you edit inside the string, e.g. "127.0.0" is there and you move to the start of the second number and...

Very nice use of directives there, loving it. I don't get where this is composable in the meaning where you only have to load what you actually use. It looks...

Thanks for the clarification. I'd really appreciate a PR. Though on the topic of composability, have a look at the fetch component. Maybe a future version could similarly encapsulate the...

While that would be possible, it would also require npm to download a lot of unused primitives. We don't want to waste bandwidth, disk space and time like that. Maybe...

I think a collection package makes most sense for explorative use. If we do a `@solid-primitives/all` package, it should contain a script that scans the project for primitives used and...

As I said, an `all` package could be documented with something along the lines of: "This package is meant for explorative use, so if you're using all the primitives you...

I don't think auto-complete runs noticably faster if we use a single library vs. separate libraries. The main convenience point is not to have to select and install packages you...

Thank you for the reproduction repo. I'm just back from my vacation, will investigate and fix it this evening (I'm pretty sure we're just missing the encoding in the server...