Parker Moore
Parker Moore
We often want to allow an option to be, heh, optional. We do this by adding a fallback or default value. It would be cool if this were a first-class...
Workstations have a screen, and have apps like Atom and Chrome. Servers don't.
We only need to convert one line of moment.js to [Luxon](https://moment.github.io/luxon/index.html): https://github.com/parkr/gossip/blob/d2258b10f1d0c020888986f05dcff6f769df833c/public/assets/messages.js#L18 All this code is doing is taking an ISO date and converting it to a human "ago" phrase...
Let's see if this finds anything.
Itβd be great to see how long it takes to perform certain network calls.
The GitHub Contents API has a limit which causes file fetch, creation, and updates to fail if the content is > 1 MB in size. I have been hitting this...
### What is the issue? Rather unusual: my Onyx Boox Page cannot resolve MagicDNS **via CNAME** like my other machines: 1. β CNAME `feed.bx.parkermakes.tools` -> `baymax..ts.net` (set in public DNS,...
Capture this error, warn, and return no contributors: ``` Liquid Exception: GET https://api.github.com/repos/bkmgit/sched_ext/contributors?per_page=100: 403 - The history or contributor list is too large to list contributors for this repository via...
No functionality is changed. Since Ruby 3.0 dropped webrick and Ruby 3.4 is going to drop csv, this adds them back as dependencies. https://jekyllrb.com/news/2024/06/23/jekyll-3-10-0-released/ Fixes #899. Fixes https://github.com/github/pages-gem/issues/887. Fixes https://github.com/github/pages-gem/issues/864....