@opencode I enabled Zen billling and added credits, now when I want to use one of the free models I get the 1008 insufficient balance error in opencode. Is this a temporary bug or should I change something in my config?
In the latest version of Oxfmt (better prettier replacement):
• oxfmt --migrate prettier
• oxfmit --init
• oxfmt --stdin-filepath for pipe usage
• Node.js API
• Sort package.json fields by default
• Respect root .editorconfig
Give it a try:
• https://t.co/O68UNpWalD
I have been looking for this for so long! Lacking async plugins limits many of the possibilities we can do with markdown-it.
Can't wait to see this adopted on VitePress, Slidev, and so on! 🤩
🥳 CSS functions have arrived!!! 🥳
And they are *AWESOME*
Now, you can do things like this:
@function --alpha(--color, --opacity) {
result: rgb(from var(--color) r g b / var(--opacity));
}
div {
background: --alpha(red, 80%);
}
(*arrived = in the latest stable Chrome)
Is this a hack? What about stack order? Fine grain control?
A few more tips on using CSS Grid instead of absolute positioning.
I really like the named grid area one!