Collecting my attempts to improve at tech, art, and life

2021-07-11

Tags: hackers-town

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

oh no there is a shiny new SSG

Saw Astro mentioned in my Twitter feed today. Tempting.

Been looking for a gateway SSG into JavaScript. Something with a little more built-in than Eleventy, but maybe a bit less than Gatsby. I think I’ll play with Astro — see if it keeps my attention.

Will it keep my attention long enough to replace the Hugo version? Precedent says “no.” But it should be fun just the same.

Activity Log

hackers.town: 2021-07-11 Sun 17:04

finally got the particular incantation so Playwright would see the Select2 widgets. Basically:

Code Sample
    page.type("[role=combobox]", text)
page.click(f'[role=option]:has-text("{text}")')
  

I mean of course now it makes perfect sense. But first I had to spend a week wrestling in futility with id-based selectors.

“IT’S RIGHT THERE YOU STUPID BROWSER”