26 Jun 26

Does structural source code parsing and supports querying using a dedicated query language, which seems quite powerful as seen here https://github.com/inkeep/open-knowledge/blob/main/biome-plugins/no-resolved-value-theme-source.grit

by asciilander 1 month ago saved 5 times

25 Jun 26

Does structural source code parsing and supports querying using a dedicated query language, which seems quite powerful as seen here https://github.com/inkeep/open-knowledge/blob/main/biome-plugins/no-resolved-value-theme-source.grit

by yahourt 1 month ago saved 5 times

Does structural source code parsing and supports querying using a dedicated query language, which seems quite powerful as seen here https://github.com/inkeep/open-knowledge/blob/main/biome-plugins/no-resolved-value-theme-source.grit

by sebastien 1 month ago saved 5 times

27 May 26

Very interesting Chord-based (short composable commands) editor to be used primarily by agents, like an API over source code.


27 Oct 25

Diagram as Code Tool Written in Rust with Draggable Editing. The goal of oxdraw is to make it easy to create and maintain high-quality diagrams using a declarative and reproducible syntax. Charts are written in Mermaid syntax, while a web interface allows users to fine-tune positions connector paths, colors, and other styling components. Whenever a diagram is tweaked visually, the structural changes are persisted back to the source file as declarative code so that everything remains deterministic and version-able. The changes are saved as comments in the mermaid file so it remains compatible with other Mermaid tools. The repo is composed of the Rust CLI to compile .mmd files into images and the React based web interface to editing the files.


14 Jul 21

Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output.

by pyrho Jul 2021 saved 2 times