Joe Tagliaferro

Results 9 issues of Joe Tagliaferro

I upgraded to 2.0.2 and started receiving an error that `darken().hex()` was not a function. I traced it down to the fact that `darken()` is now returning 1 instead of...

This simple change should allow us to specify a value for `autocompleteMinSearchCharCount` while maintaining the current behavior for existing use.

As mentioned in #419 this would enable having dotfile and `.well-known` paths in file based routing

`fast-glob` ignores dotfiles by default so the following line will ignore a `.well-known` directory and any other dotfiles when using the `FileRoutes` https://github.com/solidjs/solid-start/blob/842f2751795a181ec3a9975f18a008344192535a/packages/start/fs-router/router.js#L46 I'm not sure if this was an...

First of all, thank you for the incredible library. It really solves so many fundamental issues I had with embedding CSS in my react projects. I recently began work on...

important
complexity:high

I was wondering if there is any interest in moving from a full blown fork of `react-native` to a plugin approach like `react-native-windows` adopted. My current project requirements make utilizing...

discussion

This PR resolves and issue where content would not be replaced when `scrollintoView` is disabled and `containerSelector` is also used

First of all, I'd like to say that this library is wonderful and is definitely something I've been looking for. The only thing preventing me from using it is your...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Triggering a server action from...

bug