Ever wanted to write Astro components without starting a new project? ๐
We built a Playground that shows you - preview, CSS, JavaScript, compiler output.
https://t.co/nB7Kqrridf
Being a heavy terminal user for years, even convert videos to gifs using ffmpeg, and a Linux user before coming to MacBook Pro a couple of years ago. I haven't once honestly tried amethyst on MacOS!
Damn, I missed out on tiling on MacOS ๐
I might be late to the party, but this feature is fantastic. I'm increasingly focusing on modularizing my code, and testing has proven to be the best way to create small, atomic modules.
I have this small function that helps me prevent usage of objects, and functions, when I need to explicitly prevent access to an object directly on the type level.
#typescript
@justinstorre This is really cool, how did you get the match macro to work? I think it'd be super cool if it can be done for current typescript files too
ECMAScript excitement ๐
Congrats to my coworker @acutmore@TechAtBloomberg on advancing Await Dictionary to Stage 3 at @TC39 ๐
Promise.all returns positional results as an array. Promise.allKeyed allows named results inside an object ๐