@neiltyson I dont know if this is true, I'm afraid that people will rather use these fake news to ‘validate’ related thoughts and justify various kinds of their misbehaviour, selfishness and bad habits ... : /
Future CSS Tip! 🚀
You can create auto-resizing text inputs with one line of CSS 🤯
textarea {
form-sizing: content; 👈 That's it!
}
The size of your input will grow to fit your content. If you want to constrain the size, do something like this:
textarea {
form-sizing: content;
min-height: 2lh;
max-height: 10lh;
}
This one's awesome. Think about how much effort it will save you 🙌 No more JavaScript to sync a textarea height to fit the content 🔥
Perfect for chat interfaces, messaging, comments, etc. 📢
@CodePen link below! 👇
3.3 is in beta and will go stable soon...
In the meanwhile, we have opened RFCs for two experimental features:
Reactive Props Destructure: https://t.co/e0fTJVR9Ei
defineModel:
https://t.co/7urTkmSEfE
@vestager I wish I had 4 hands, so I could give 8 thumbs down!!!
#OTTfairshare will result in consumers paying companies, who in turn pay companies - resulting in consumers getting worse value for money overall.
How about reprivatizing the telecommunications infrastructure instead!?
Developers fighting about tooling is like writers arguing why their pen + paper combo is the best and why cursive is the only penmanship that matters.
What matters at the end of the day are the stories you tell and how they resonate with people. Everything else is secondary.
I needed a ring spinner, which has an angular gradient - after a short research I found at first only statements, according to SVG can't do that, so I have now implemented it using CSS - it's also on @CodePen:
https://t.co/2i1mWCsmhA
#codepen#CodePenChallenge
@code is there a reason why this threat is kind of dead? The feature seems very useful - are there any plans to implement it into #vscode anytime soon? : ) https://t.co/iiGDFLURHM
Turbopack alpha is really impressive 👏, but Vite is ready for prime time right NOW 👀
As I shared in my talk* at @ViteConf, it's not only the speed that makes Vite attractive.
* Slides: https://t.co/ieL5eL10GE
* Video: https://t.co/OFCJwB25gH