The Gram Code Editor - 2026-08-29


  1. nicoco

    congrats on the release and on the "git: history" feature which means I can retire my "lazygit gram task". Thanks devs! ♥

  2. krig

    Great! It’s still a bit rough, but getting there :)

  3. mort

    My lord, release builds take a while don't they. A 1-line change to the implementation of one function in one source file results in a 3.5 minute build on my desktop and almost 8 minutes on my laptop lol

  4. mort

    Any idea what could be replacing ASCII quotes (') with fancy Unicode quotes (‘) when displaying error messages on Linux? Doesn't happen on macOS. It causes issues with copy/pasting from error messages

  5. mort

    Ah. Found it. There's no platform-specific prompt implementation for Wayland, so Gram uses the fallback cross platform one. That uses crates/markdown. Which is hard-coded to enable the ENABLE_SMART_PUNCTUATION feature of pulldown_cmark.