@gregberge_@gregberge_ the landing page looks great, I wonder how the docs will look like, would be great if they will change the font-family at least, for example laravel docs use scandia-web, which makes reading much more seamless at least for me.
@syropian@feross@syropian I tried for different repo owners but they the field edges is always an empty array
{
organization(login: "airbnb") {
id
name
enterpriseOwners(first: 10, organizationRole: OWNER) {
edges {
node {
name
}
}
}
}
}
Love seeing all the progress Zed's made over the last year! After using a billion text editors... at the end of the day I've found speed to be the determining factor for me, too. Digging it.
Breaking News: Ryuichi Sakamoto, the Oscar-winning Japanese composer who scored films including “The Last Emperor,” “The Sheltering Sky” and “The Revenant,” has died at 71. https://t.co/0HOPaoBrMs
With signals, you have to think about how each individual value is propagated. For example, in Solid, these components do different things! Thinking about whether each individual prop can change or not requires global reasoning rather than local.
We've been benchmarking our end-to-end HMR update performance versus other tools.
Parcel is now up to 68% faster than Turbopack, and up to 74% faster than Vite at delivering updates to the browser when you hit save.
Details: https://t.co/QYZnA9ZCFX