Andrey Nering

@andrey.nering.dev

🇧🇷 Software Engineer at @charm.land and creator of @taskfile.dev https://andrey.nering.dev/

TIP: Configure Dependabot to run once per month, specially for small projects. (Once per week if you really care). Having it running everyday means a lot of noise for little benefit. schedule: interval: monthly

v3.52.0 is out 👇 * `secret: true` to hide sensitive variables from logs. * `use_gitignore: true` to make `sources:` respect your `.gitignore` rules. * New CLI flags and ENVs to control how Task behave. * Lots of bug fixes! github.com/go-task/task...

Release v3.52.0 · go-task/task

Fixed --interactive prompts for required vars sometimes appearing in a random order. Prompts now follow the order the vars are declared in the Taskfile. (#2871 by @caproven) Fixed Fish completions ...

github.com

Sometimes I write some code to fix a bug then puff up my chest and brag to @andrey.nering.dev. He usually informs me that a better fix is in a PR and ready to go. These PRs are typically authored by him. This is how I came to understand the phrase "seeing around corners."

Introducing Glyph Protocol for Terminals. Every TUI, prompt, and editor today assumes you've installed a Font somewhere, then silently fails. Glyph Protocol allows applications register vector glyphs, and can query whether a codepoint is already covered. rapha.land/introducing-...

Introducing Glyph Protocol for Terminals - Raphael Amorim

A protocol for terminals that allows applications to register custom vector glyphs and query whether a codepoint is renderable on the system — so you no longer need to install a 10MB font just to rend...

rapha.land

You people really like downloading our DEB, RPM and APK packages. Cloudsmith was really generous and raised our bandwidth to 2 TB / month to cover our needs. Thank you Cloudsmith! 👏

v3.46 is out! 🚀 * `failfast` for better control on dependencies * Better `--summary` * Better `--init` * Better completions * More advancements on remote Taskfiles experiment * Lots of bug fixes 🐛 Have a wonderful end of year! ✝️🎄🎁🎆 github.com/go-task/task...

Release v3.46.1 · go-task/task

✨ Features A small behavior change was made to dependencies. Task will now wait for all dependencies to finish running before continuing, even if any of them fail. To opt for the previous behavior...

github.com