Michael Benford
Michael Benford
Sourcing `.bingo/variables.env` and running `$TOOL_NAME` work great on the terminal, but it's less intuitive than simply calling `tool-name`, as it would be if the tool were installed with `go install`....
Hi folks. [Last year](https://github.com/mbenford/ngTagsInput/issues/613) I planned to find some time to work more on ngTagsInput and get the ball rolling again. Unfortunately I couldn't follow through with my promises and...
I believe I found a bug in the `AutoSubscriber` class. I need all consumers to have the same topic, and in order to achieve that I'm using the following code:...
This PR introduces `app-config-*` commands in order to support the new `app/config` API (https://github.com/tsuru/tsuru/pull/2561).
Initial support for type parameters, a.k.a, generics.
This PR adds a new option to Snacks Input, `start_mode`, to set the initial mode when the input window opens, inspired by [Dressing.nvim](https://github.com/stevearc/dressing.nvim). Changing the initial mode can be useful...
Normalize buffer constructor in order for it to be aligned with Go idioms.