Chris Blakley

Results 113 issues of Chris Blakley

Allows for conditional rules to be used within native CSS. Simple example: ``` .container { width: 80%; display: grid; grid-template-columns: repeat(3, 1fr); padding: 1rem; @when element(max-width: 400px) { grid-template-columns: 1fr;...

Frontend (Style)

Copying over from #1830 to give it its own issue. https://cssdb.org/#nesting-rules ```css article { & p { color: #333; } } ``` Nesting on caniuse.com: https://caniuse.com/css-nesting ![Screen Shot 2023-07-25 at...

Frontend (Style)

PHP Version Timeline: https://www.php.net/supported-versions.php PHP Release Notes: https://php.watch/versions Version Stats: https://stitcher.io/blog/php-version-stats-january-2023 ## PHP 8.2 Info & References https://php.watch/versions/8.2 https://stitcher.io/blog/new-in-php-82 - Release Date: December 2022 - Active Support Until December 2024...

:thought_balloon: Question / Research
Backend (Server)

CSS property that allows animations to be driven by a container's scroll position. Currently no support yet. https://caniuse.com/css-scroll-timeline ![Screen Shot 2023-07-25 at 8 38 05 AM](https://github.com/chrisblakley/Nebula/assets/6349678/030c958d-f9b5-45cf-ba57-490b353ec6fc) Cross-referencing #1830

Frontend (Style)

Splitting this up from #1830 to give it its own issue. ### Custom Selectors: https://cssdb.org/#custom-selectors ```css @custom-selector :--heading h1, h2, h3, h4, h5, h6; article :--heading + p {} ```...

Frontend (Style)

Not taking action on this quite yet, and if I do there will be a way to easily bypass/disable it, but thinking it would be super helpful for blog content...

Backend (Server)

Will need to find alternatives throughout Nebula and monitor vendor libraries for support as well. https://wiki.php.net/rfc/deprecations_php_8_3#mt_rand_php ![Screenshot 2023-05-29 at 7 53 07 PM](https://github.com/chrisblakley/Nebula/assets/6349678/9ab3d549-c7ea-450e-a0e3-4c106a72b349) Seems like `random_int()` is the alternative now.

Backend (Server)

PHP Version Timeline: https://www.php.net/supported-versions.php PHP Release Notes: https://php.watch/versions Version Stats: https://stitcher.io/blog/php-version-stats-january-2023 ## PHP 9.0 Info & References https://php.watch/versions/9.0 https://stitcher.io/blog/new-in-php-9 - Release Date: TBD - Active Support Until TBD - Security...

:thought_balloon: Question / Research
Backend (Server)

Will need to figure out what durations we would want to provide, and I would definitely want to add a bullet point to the diagnostic metabox as well and maybe...

💡 Feature Request
Backend (Server)

PHP Version Timeline: https://www.php.net/supported-versions.php PHP Release Notes: https://php.watch/versions Version Stats: https://stitcher.io/blog/php-version-stats-january-2023 ## PHP 8.1 Info & References https://php.watch/versions/8.1 https://stitcher.io/blog/new-in-php-81 - Release Date: November 2021 - Active Support Until November 2023...

:thought_balloon: Question / Research
Backend (Server)