conaclos
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Making the cooking recipes easier to follow (pontus.granstrom.me)
- Paxo: A DIY Phone (paxo.fr)
- Biome v1.9 CSS and GraphQL support (biomejs.dev)
- Biome 1.7: Migrate from ESLint with one command (biomejs.dev)
- BiomeJS 1.6 partial Vue, Svelte, Astro support (biomejs.dev)
- BiomeJS 2024 Roadmap (biomejs.dev)
- Biome 1.5: fast Prettier and ESLint alternative (biomejs.dev)
- $20k bounty was claimed (prettier.io)
- Web Browser interoperability 2023 focus (wpt.fyi)
- V8 optimization: object spread does not preserve object shape (bugs.chromium.org)
-
I am more and more thinking about switching from TS to Flow. I have always liked the strictness of Flow. The biggest disadvantage is the syntax incompatibility with TypeScript, especially declaration files. Are you…
- Rust Types Team mission (blog.rust-lang.org)
- First Reflective LCD indoor monitor – 32“ FullHD true-color 60Hz (sunvisiondisplay.com)
-
I am currently participating to the specification of a binary format that includes variable-length integers. I am wondering why VLQ/LEB128 [1] use base 128 instead of a more usual Base 64? Is this related to specific…
- TypeScript Typeable Arrays (github.com)
- TypeScript any is evil (github.com)