Chris Blakley

Results 185 comments of Chris Blakley

Here's a thought starter from ChatGPT: ```php function the_publish_date() { // Get the post's publish date. $publish_date = get_the_date('Y-m-d'); // Calculate the current date minus 2 years. $two_years_ago = date('Y-m-d',...

As of July 2023 no browser support at all yet. ![Screen Shot 2023-07-24 at 5 19 38 PM](https://github.com/chrisblakley/Nebula/assets/6349678/36461e5a-e6a0-459e-ae16-6ef091d24dad)

Those values are how to calculate color luminance. You multiply them against the R, G, and B values respectively as shown in the formula for `pixelDiff`. Here is some more...

Great addition! I would love if this could be merged! Related to this convo that popped up after the PR #232

After I made that comment, I saw the commit history haha. I just used your fork locally instead of my CDN and that did the trick– thanks!