Blair Noctis
Blair Noctis
2 cents: - I'd argue there's no need for a `--line-buffered` flag. Anyone relying on the full read behavior? - I "unified" stdin and file scenarios into mmaps. They don't...
@CosmicHorrorDev: > > * I'd argue there's no need for a `--line-buffered` flag. Anyone relying on the full read behavior? > > Very likely people are, yes. Or anyone who...
Did a little test on `Cursor::lines()`, it works. We can unify the logic (again?) on iterating through `.lines()`. (Excuse my "unificationism" XD)
Side note: you can surround any lines of code or otherwise preformatted content with a pair of ` ``` ` lines. See (GitHub Flavored) [Markdown](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). And yes, you can do...
> I want to replace the ':' in all lines starting with Note with the character Z > This would make the 'sd : Z' conditional on the presence of...
Alright, I misunderstood ("over-interpreted" if you would) the single line example to be multiple lines misrepresented, due to the words "all lines". As I now understand it, you want the...
I'm working on that in https://github.com/chmln/sd/pull/238. Suggestions and feedback are welcome. ProTip ™: when searching in issues, clear the placeholder `is:issue is:open` so you search in both issues and PRs,...
Kindly consider using [Homebrew](https://brew.sh) or [MacPorts](https://macports.org) or [nix-darwin](https://github.com/LnL7/nix-darwin). Tarballs aren't really a good way to install CLI programs.
> Those tools use the tarball. With, quote, "500mb of unrelated git history or 50mb of package management history". They are complete software package management systems, with features including but...
> Why are we bundling the uni binary with the Workflow instead of using Homebrew? I don't use Homebrew. You can't just assume Alfred users are all developers and/or Homebrew...