Homepage | https://benward.uk |
https://twitter.com/benward | |
Radio | https://bff.fm/@benward |
Homepage | https://benward.uk |
https://twitter.com/benward | |
Radio | https://bff.fm/@benward |
Need a bit of bash scripting help.
I have a script, that invokes a call to `docker compose run` to run a secondary task in a container. That task within the container then asks for input. But… as soon as I hit <enter> to answer that prompt… the whole script exits.
My bash/docker-fu is weak on what exactly is going on in how input capture is managed between the different execution contexts. Anyone know can I invoke docker from inside a script and have it hold onto input for its duration?
Does anyone have recommendations for groups doing web accessibility testing audits?
WebAIM have been a fixture in the field my whole professional life so first instinct is to check into their services, but interested in any other recommendations we should evaluate. Thanks!
Question for the AI assistant power users out there.
I have a webapp filled with bloaty CSS-in-JS styles (cleanly organized into sidecar files, at least). We're migrating to CSS Modules. I have a reasonably functional Copilot Chat prompt that can rewrite the JS file into pure CSS quite nicely.
But doing it manually file by file is a huge pain. Is there a way to batch apply a prompt over many files in a workspace? Either with Copilot or any similar tool?