Jairo Tylera

Results 8 issues of Jairo Tylera

# Problem When using `Styletron` paired with other css libraries that uses short class names as their namespace, there could be a collision in their class names. An example of...

Right now we must use the `#available(iOS x, *)` preprocessor to switch between pre-iOS 11.0 `car_topLayoutGuide` / `car_bottomLayoutGuide` and post-iOS 11.0 `safeAreaLayoutGuide`. Isn't there any cleaner way of defining those...

Are there any plans on implementing something similar to `UICollectionViewDataSourcePrefetching` so we can preload stuff like images before the cells containing them get visible? It could be implemented as a...

This pull request addresses three different issues: - Fixes a bug that crashed the process when a file failed to write. - Fixes a bug that malformed the output dir...

Would be nice if the ActivityIndicator waited for the spin animation to complete its cycle before it gets removed on `stopAnimating()` call.

enhancement

# Context Dragging an item without fixed dimensions exhibits weird behavior. This is a well known problem on the `shopify/draggable` library itself and it offers a `constrainDimensions` option just for...

# Context Alpine version: `v3.9.0` Livewire version: `v2.7.2` Sortable version: `v0.1.0` # Problem When alpine is imported before this library it breaks and items can no longer be sorted. #...

### Motivation Next.js is generating very verbose CSS class names in production builds, thus increasing the size of the final bundle considerably, especially for big applications. ### Solution The most...

type: next