Birdie
Birdie
`bin` fails to install [`sass`](https://github.com/sass/dart-sass) binary. ``` > bin install --debug github.com/sass/dart-sass • debug logs enabled • Config directory is: /home/user/.config/bin • Download path set to /home/user/.bin • Getting latest...
**Is your feature request related to a problem? Please describe.** Would be great to be able to mask values or set labels for them in `gum choose`, in case unreadable...
# Summary Swap directory and argument checks so it won't result in misleading warning. Fixes: #1711 ## Other Information ~~Also replaced `[ ! a = b ]` with `[ a...
### Is your feature request related to a problem? Please describe `asdf local ` and `asdf global ` support two formats for version setting: `` (`20.0.0`) and `latest[:]` (`latest:20`), but...
# Summary Add missing supported arguments for string and integer option types ## Added * `string` - add support for `min_length` & `max_length` arguments * `integer` - add support for...
# Summary Currently discordrb "hydrates" provided slash command options into objects but there's no fancy way to extract, doing that looks next way: ```rb bot.register_application_command(:user, "get info about user", server_id:...
# Summary Added missing intents, but mainly specifying message content intent as privileged one. --- ## Added Added next intents to INTENTS array: - `MESSAGE_CONTENT (1
Would be good to have version saved in font to match release, the one in latest release (i.e. `6.4`) still says it's `4.2`.  P.S. Thank you for great font!...
SCSS `@mixin`, `@include` and `@function` at-rules shouldn't be grouped with other at-rules as some of them are order-dependent (`@function`/`@mixin`) and may lead to properties being overwritten (`@include`), so I suggest...
`*-postgres` templates (ex. [ruby-rails-postgres](https://github.com/devcontainers/templates/blob/main/src/ruby-rails-postgres/.devcontainer/docker-compose.yml#L22)) use `postgres:latest` image which isn't the best default by 2 reasons: 1. Using `latest` tag will cause problems in a case we rebuild container after release...