Nice: in Symfony 4.1 we will finally be able to specify that an imported route shouldn’t have a trailing slash.
Continue reading post "#1902"WWW posts page 19
Tired after a long day of Stir Trek.
Mac DNS and wi-fi troubles
After my work laptop was stolen and I switched to an older Mac Mini, my wi-fi internet connection would cut out frequently but somewhat intermittently.
Continue reading post "Mac DNS and wi-fi troubles"I once again hit my monthly data limit for my internet.
Continue reading post "#1843"CSS: checking support for selectors
@supports
is a good way to apply an entire block of styles only if (modern) browsers support a particular property-value combo. There is no similar block-level mechanism for selector support. Selectors are automatically ignored if their values or syntax aren’t recognized by the browser, so they basically already do this at the ruleset level.
Except, sometimes you want to apply styles to other elements that don’t use the selector, but only if the browser supports the selector.
Continue reading post "CSS: checking support for selectors"At work today, I got to play with programmatically creating SVG for the first time.
Continue reading post "#1833"I had forgotten that CSS attr()
is only supported for values of content
.
First play with ES modules, rollup, webpack
I played with ES modules, rollup, and webpack on my site for the first time over the weekend.
Continue reading post "First play with ES modules, rollup, webpack"Registered for Stir Trek without any trouble this year.
Continue reading post "#1796"Ansible 2.4 not loading group_vars?
I recently updated to Ansible 2.4 from 2.3, and my group_vars
no longer seem to be loading automatically.