textum docs.rs/textum/lates...
You give a target to delete/replace/insert at, and whether to include/exclude/extend the match boundary
Target can be specified as:
💬 String 🧩 Regex 📏 Line/Char/Byte # 📐 Position (row, col)
🔮 tree-sitter AST 🔜
We tend to do this already but the human legible annotations tend not to go into a framework
Pseudocode/literate program adjacent. I suspect intensifying that form of document could maximise a sense of trust in what’s executing as well as ability to resume work/remodel
We tend to do this already but the human legible annotations tend not to go into a framework
I use it in talks because it's pretty and also because, as an audience member, I am perpetually squinting at people's slides
I use it in talks because it's pretty and also because, as an audience member, I am perpetually squinting at people's slides
People know that unwrap can cause a panic. That's the choice that's being made when you unwrap. Changing the name won't change that.
Inspired: Cloudflare Unwrapped
Jokes aside, remember to #hugops. Nobody is immune from mistakes, and dealing with this stuff is really stressful.
Inspired: Cloudflare Unwrapped
Jokes aside, remember to #hugops. Nobody is immune from mistakes, and dealing with this stuff is really stressful.
Useful for one-off tasks, I see it as idiomatically to be used to allow main code to run
e.g. delta-rs uses it to set handlers for clouds github.com/delta-io/del...
codex uses it for prctl syscalls github.com/openai/codex...
Useful for one-off tasks, I see it as idiomatically to be used to allow main code to run
e.g. delta-rs uses it to set handlers for clouds github.com/delta-io/del...
codex uses it for prctl syscalls github.com/openai/codex...
- CLI tests and API tests (main.rs submodule) in the main crate
- I/U tests in the core [parsing] crate with fixtures generated at test time via regex-based parser
- I tests + a shedload of U tests in the migrate crate (using a mod.rs) github.com/lmmx/syncdoc...
- CLI tests and API tests (main.rs submodule) in the main crate
- I/U tests in the core [parsing] crate with fixtures generated at test time via regex-based parser
- I tests + a shedload of U tests in the migrate crate (using a mod.rs) github.com/lmmx/syncdoc...
∧_∧
(。・ω・。)つ━☆・*。
⊂/ / ・゜
しーJ °。+ * 。
pub(crate) mod
pub(crate) use
pub(crate) fn
pub(crate) fn
pub(crate) fn
∧_∧
(。・ω・。)つ━☆・*。
⊂/ / ・゜
しーJ °。+ * 。
pub(crate) mod
pub(crate) use
pub(crate) fn
pub(crate) fn
pub(crate) fn
(syncdoc puts docstrings before other inner attributes)
(syncdoc puts docstrings before other inner attributes)