Carlo Dell'Acqua
Carlo Dell'Acqua
### Describe the bug I was experimenting with rendering props and found a strange behaviour. When nesting a component with a render prop inside the `` component, Solid goes into...
I was trying to use the NumberInput component and I found out that using the up&down buttons instead of the arrow keys on my keyboard (thus triggering the custom function...
## What package(s) are you using? - [x] `carbon-components` - [x] `carbon-components-svelte` ## Detailed description I was trying to use the NumberInput component and I found out that using the...
# Abstract When `T` implements Copy, we can use the std/core method `copy_from_slice` to offload the data transfer to very optimized and potentially platform-specific functions. ## Backstory I was troubleshooting...
By providing an override for the default implementation of `nth` (and `nth_back`), which in turn is used by `skip`, there is a noticeable improvement in performance, as jumping through elements...