i18n.site

Results 68 issues of i18n.site

see https://peps.python.org/pep-0469/ ![CleanShot 2024-11-13 at 10 56 21](https://github.com/user-attachments/assets/972ae53a-a8e2-43b4-967b-ba468dd8a79b)

External Contribution

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 ![image](https://github.com/user-attachments/assets/6f13da28-0f80-4c8a-bbdb-00ab95075149) 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/

enhancement
future

### 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...