Month: July 2018
yasss
I had a PEBCAK and clicked on the bookmarklet rather than Save Bookmark. It would be awesome if the bookmarklet did a Save Bookmark if you were already on Quill.
π€©
Work around for shared hosting stripping auth headers seems to be broken. Write test to prove it
SetEnvIf Authorization “(.*)”
HTTP_AUTHORIZATION=$1
RewriteRule .* –
[E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Emacs TRAMP support, chaining ssh and sudo together FTW.
I will join you if no one shows up Β―\_(γ)_/Β―
HWC Quiet Writing Hour – AC is π―
Bookmarked: https://twitter.com/maryrobinette/status/1021412665959354369?s=12
Reposted: https://twitter.com/UrsulaV/status/1021458060123037697
moar wordpress?
Added my https://anchor.fm/dougbeal podcast to https://microcast.club, now I’m committed π.
.container {
display: grid;
/* Display as a Grid */
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
/* repeat = as many times as you can fit */
/* auto-fit = fit as many items on the line as possible, go bigger if you need to */
/*minmax = (min size, max size) = the minimum size the column should be is 200px, but if there's space then give them all 1fr of that width. */
grid-gap: 10px;
}
w3c css validator
CSS fails to validate, .relme ul Value Error : text-align top is not a text-align value : top
. Did you mean vertical-align: top
?
Explore local restaurant by cuisine origination.