i18n.site
i18n.site
see https://peps.python.org/pep-0469/ 
deploy env-file not support HOST="xxxx" URL="$HOST/xxx"
https://caniuse.com/css-nesting https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector for example , compress ``` .form-group>input, .form-group>textarea { width: 100%; padding: 8px; } .button-group .btn, .button-group .btn-primary { padding: 10px 20px; border-radius: 4px; } .button-group .btn-primary { color:...
fix https://github.com/porsager/postgres/issues/839 deno2 & jsr : https://deno.com/blog/jsr_open_beta publish method 1. get token for https://jsr.io/account/tokens export DENO_AUTH_TOKENS= 2. npm run deno:publish test deno add jsr:@y0/postgres crate mod.js ``` import postgres from...
https://caniuse.com/css-nesting https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector for example , compress ``` .form-group>input, .form-group>textarea { width: 100%; padding: 8px; } .button-group .btn, .button-group .btn-primary { padding: 10px 20px; border-radius: 4px; } .button-group .btn-primary { color:...
### Discussed in https://github.com/stylus/stylus/discussions/2918 Originally posted by **i18nsite** January 24, 2025  add config for compile stylus into native css nesting https://caniuse.com/css-nesting
fix https://github.com/sveltejs/prettier-plugin-svelte/issues/482
svelte template pug format remove line break ( and add 2 init indent ) how to add the line break add remove init indent? ``` ❯ cat Test2.svelte h1(b="1" x="x")...
https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/
### Prerequisites - [x] I have searched existing issues to make sure this isn't a duplicate - [x] I have checked the documentation to see if this feature already exists...