257 private links
In order to migrate code bases efficiently to the css logical properties, one should use a migration tool.
There is already a way to parse CSS with https://github.com/servo/rust-cssparser.
What we need is simply to replace some of its value :)
There is also a simple find-and-replace example with a gist: https://gist.github.com/cchaos/acfd24d603acd5f176766ab86b5dd1d5.
A browser engine to render. It was started by the Mozilla foundation and it is now open-source and free to use 👍
Source code: https://github.com/servo/servo
A chart library
To reduce boilerplate, the package will aim to re-use existing metadata about the page where possible. Such as it will infer at runtime what data it can make use of.
For example, if you have a
on your page, then it's likely we can use this same title to generate the Schema.org WebPage's name.
Always a way to optimize the startup time of vite :D
Vite can transform some files before the first request, increasing the speed of the first possible interaction.
It could also be integrated to Vite core as Evan You is in favor of it https://twitter.com/youyuxi/status/1641402565631025152
It collects indeed a lot of icons
Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. owl
Idée de projet: visualiser les agendas des personnes du gouvernement :D
Inspiré de AgendaDeMinistre (https://framagit.org/agendadeministre)
A list of tools for Mastodon. It can surely be improved!
Le successeur de LaTex? A service similar to Overleaf.
A great project to get started with hexagons (for example, a map).
A python script to help red teamers discover KeePass instances and extract secrets.
publint lints npm packages for packaging errors, ensuring maximum compatibility across environments. This means that consumers of your package can safely run your code in any platform, e.g. Vite, Webpack, Rollup, Node.js, etc.
A full-stack projet that report cool URIs: https://www.w3.org/TR/cooluris/
URIs are cool up to the moment they change, so the service will register a URI and says if it is cool or not.
The service can be extended and provide a timeline when a URI was cool, when it became not cool anymore. And the less cooler it is.
Also it can provide stats on the coolest URIs registered :)
Checking a URL can result in 2 states:
- the URL is stored and the service is checking it stays cool
- cool since YYYY-MM-DD
- list of changes as timeline
- the URL is not stored and the service register it for the first time.
Use a web UI to ensure compatibility.
Operations are made through system calls of Node, Bun or deno or the git cli command as the FileSystem API is not widespread.
A minimalist email server without UI