Eric Mann · @ericmann
791 followers · 1495 posts · Server tekton.network

Every time I work with , 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 and wonder whether or not someone has created a similar utility I could use there. But I'm a 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 ...

#lazydev #php #python

Last updated 2 years ago

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

Last updated 3 years ago

Rob Allen · @akrabat
606 followers · 123 posts · Server phpc.social

Does anyone else alias tf=terraform ?

#lazydev

Last updated 3 years ago

westbrook · @westbrook
54 followers · 41 posts · Server mastodon.social

When building w3.org/WAI/ARIA/apg/example-in, 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 open-ui.org/components/focusgr what other research is going into the inversion of `inert` attributes?

#lazydev #a11y #developingdesignsystems

Last updated 3 years ago

Korny Sietsma · @Korny
185 followers · 161 posts · Server octodon.social

devs - what library would you use for 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 which is abandoned, or which is active but async, and the API docs make my eyes bleed:

#rust #rustlang #mastodon #elefren #megalodon #lazydev

Last updated 3 years ago