There are various ways to (de)couple the compiler to/from vscode, but it's definitely handy to have inline typechecking. Is this possible without running the compiler?
With docker you don't really need to care about Bun's support on Windows.
But I've been using it without issues so far. If you have issues, it might be specific to some package.
It feels kind of weird to see that on HN and recognize it instantly. I'm just some random dude from Oregon, in the US who doesn't even really speak Spanish. But they're a good band! I feel lucky that I got to see them live, once.
Does this use the new moveBefore API to move DOM elements while preserving their state? Or is it going to recreate the elements eitherway due to React/Vue?
I'd be surprised if it uses moveBefore for something that seems to have put so much thought into being portable. moveBefore doesn't even have an entry in MDN yet, the only references I can find to it suggest it's still only available behind a flag in Chrome canary.
Once it's available in even one browser not behind a flag, sure, but while it's still entirely undocumented and only available to people who both use Chrome Canary and know to go turn on a specific flag?
1. Where you never want the elements DOM position to move (`always` rendering mode) and the HTMLElement is simply hidden (display: none) when not visible.
2. Where you only want the DOM element to exist when the panel is visible (`onlyWhenVisible` mode)
In the case of React the React Tree is always maintained in either mode.
Summer starts at the solstice, when the day is the longest. But by then half the length of the season already passed with the day approaching that point. So I think the seasons are half a season off (seasonal lag notwithstanding).