Sebastian De Deyne
Sebastian De Deyne
Can't do it now since it would be a breaking change. - `Color` - `red`, `green`, `blue`: `int` - `fromString`: `self`
Brain dump incoming Consolidate all color spaces in a single color class that holds the color information. `rgb`, `rgba` and `hex` all use the same color space. `hls` uses a...
Assets are managed in two ways: - By appending (inline) scripts and stylesheets with `Dashboard::script()`, `Dashboard::inlineScript()`, `Dashboard::stylesheet()`, and `Dashboard::inlineStylesheet()`. - By `@push`ing assets to the `asset` stack in Blade It's...
_This is a draft PR and currently only targets the main Inertia package for the sake of discussion. I'll update the other build configurations after we've drawn our conclusions._ Triggered...
Safari has this bonkers limitation of limiting `pushState` and `replaceState` calls to 100 times per 30 seconds. That's 3 calls per second. Clicking around an app won't cause this, but...
- [ ] Needs a property exists check - [ ] Allow a fallback value for consistency with `customProperty`