José Pablo Ramírez Vargas

Results 37 issues of José Pablo Ramírez Vargas

The amount of code in this component is not very healthy. Over 1200 lines of code. Consider refactoring into sub-components.

I think we can all agree that declarative programming is what people prefers. However, sonnet is imperative programming. What about building sonnet with alien-signals? It is open source and the...

Definitely a low priority. See [this benchmark](https://jsperf.app/votezu). It compares 3 possible code snippets to prepare the final CSS classes string. On the majority of cases, the way clsx currently does...

## Motivation When using it in Svelte attachments that apply classes imperatively using `element.classList.add|remove`, we need the list of classes in array format. Surely one can do `clsx(...).split(' ').filter(x =>...

### Describe the bug Effects are run every time the URL **doesn't** change at all. I know, it sounds strange. In more detail: Effects that have read the `SvelteURLSearchParams.size` property...

### Describe the problem When creating demos for component libraries, it would be handy if we could write generalized code that receives a component by arguments/properties and can extract the...

### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have...

bug