Every time I work with #Python, I spin up a quick virtual environment to keep my system clean:
python3 -m venv venv
source venv/bin/activate
python <<whatever>>
Then I go back to work with #PHP and wonder whether or not someone has created a similar utility I could use there. But I'm a #lazydev and never do a search. Or think through what it would take to do it myself. Or whether anyone other than myself would find value in it ...
Ok, this is weird. I’m trying to migrate a Wordpress database from Google Cloud SQL to PlanetScale. I’m using the database import feature. When I point Wordpress at the new database, everything works fine when it’s in replica mode, but if I switch it to primary mode, Wordpress gives me the installation screen instead of the actual site. What gives? #LazyDev #MySQL #PlanetScale #Wordpress
#lazydev #mysql #planetscale #wordpress
When building https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-datepicker.html, would you use a `<dialog>` element?
Would you use `showModal()`?
While open, the date picker would then prevent interaction with content outside of the `<dialog>`, right? Is that what "we" want?
`<dialog>` is the only native path to `aria-modal="true"` with accurate Tab trapping, right? Seema bit underwhelming.
Beyond https://open-ui.org/components/focusgroup.explainer what other research is going into the inversion of `inert` attributes? #lazydev #a11y #developingDesignSystems
#lazydev #a11y #developingdesignsystems
#rust #rustlang devs - what library would you use for #mastodon API calls? Not for a full app, just a few "I wish I could do X" scripts. Bonus points if it lets me be lazy and just block, rather than needing async.
I had a look on libs.rs and crates.io and the options seem to be #elefren which is abandoned, or #megalodon which is active but async, and the API docs make my eyes bleed: #LazyDev
#rust #rustlang #mastodon #elefren #megalodon #lazydev