Git Commits
dev commits 10
ohnsh/dev-
8:32 pm — John Sherrell <dev@ohn.sh>
youtube-client: Implemented "desktop" OAuth client with loopback server. Should be able to make any API calls now.
-
6:36 pm — John Sherrell <dev@ohn.sh>
youtube-client: Keeping around old auth module as device-auth.ts
-
6:34 pm — John Sherrell <dev@ohn.sh>
youtube-client: Implemented device flow before realizing the allowed scopes are extremely limited. Saving state here but re-doing auth as a "Desktop" client (spin up a loopback server to handle the redirect).
-
4:08 pm — John Sherrell <dev@ohn.sh>
Re-organizing youtube client.
-
1:47 pm — John Sherrell <dev@ohn.sh>
dxif.sh: test whether files are currently open before moving them
-
1:30 pm — John Sherrell <dev@ohn.sh>
Streamlining path to executable scripts. No longer requires dependent package and installation.
-
1:26 pm — John Sherrell <dev@ohn.sh>
intermediate; re-organizing scripts
-
12:32 pm — John Sherrell <dev@ohn.sh>
Adding shell utilities
-
6:23 am — John Sherrell <dev@ohn.sh>
Housekeeping.
-
1:44 am — John Sherrell <dev@ohn.sh>
picture-in-picture proof-of-concept
days commits 1
ohnsh/days-
9:24 am — John Sherrell <dev@ohn.sh>
Upgraded Astro to v7.0. Default HTML whitespace behavior changed (line breaks are removed from bundler output). I'm (not wisely) relying on the white space for spacing between inline elements, most noticably in the Latest Posts component. For now, I added a config option `compressHTML: false`) to change back to the old behavior.