mattd

joined 1 year ago
[–] mattd@programming.dev 27 points 2 months ago (3 children)

I think this is what you should be looking at, which is at 82%

https://caniuse.com/mdn-css_properties_align-content_block_context

[–] mattd@programming.dev 24 points 3 months ago (2 children)

More like

console.log('shit');
[…]
console.log('fuck');
[…]
console.log('ass');
[–] mattd@programming.dev 11 points 4 months ago (4 children)
[–] mattd@programming.dev 3 points 6 months ago

This is how I was able to get ssh urls to work into something GitHub can open in the browser. Other sites may need more adjustments

Also, open is the Mac command

	browse = "!open $(git config remote.origin.url | sed \"s/:/\\//;s/git@/https:\\/\\//\")"
[–] mattd@programming.dev 7 points 8 months ago

Such a wise man

[–] mattd@programming.dev 2 points 8 months ago

The information I’ve had to give them is: name, phone number, date of birth, address.

I believe this needed to match your profile correctly, since there are probably people that share your name.

The services that it’s removing me from know so much more though. My family members, all my past addresses, the people that I lived with at each address.

It’s a bummer that this kind of thing has to exist at all, and you have to give up more personal info, but it’s definitely a net positive for your privacy.

[–] mattd@programming.dev 6 points 9 months ago (1 children)

Anyone can slap your name and email on a commit and pretend you wrote it

[–] mattd@programming.dev 2 points 9 months ago (2 children)

Yeah, Helmet doesn’t support Fragments

I think one workaround is to return an array of meta tags instead of using Fragments

Another way is to have your component wrap the meta tags in Helmet instead of Fragment, and call it next to page level Helmet

[–] mattd@programming.dev 2 points 10 months ago

Not sure why they didn’t mention text-wrap: balance, which meant to be used on headlines, and has slightly better browser support

The pretty value is intended for body text, where the last line is expected to be a bit shorter than the average line; the balance value is intended for titles and captions, where equal-length lines of text tend to be preferred

https://drafts.csswg.org/css-text-4/#text-wrap-style

[–] mattd@programming.dev 5 points 1 year ago

Because I don’t want ass prints on my new door!

[–] mattd@programming.dev 4 points 1 year ago

My understanding is the first one is the primary one, and will be used most of the time. The second one is the fallback and will be used if the primary isn’t reachable

Usually you’d have two different addresses from the same service to configure DNS

Listing addresses from two different services would get you a slightly inconsistent experience, where every once in awhile a different block list will be used

view more: next ›