Andrew Thauer
Andrew Thauer
Consolidating a various issues related to the inability to view/debug entryComponents (e.g. dialogs). - #1190 - #1214 - #1217 - #1248 - #1271 - #1385
**Describe the bug** The [extension commands plugin api](https://asdf-vm.com/#/plugins-create?id=extension-commands-for-asdf-cli) does not work if the plugin does not have a `bin` directory. This seems to be related to https://github.com/asdf-vm/asdf/blob/master/bin/asdf#L51 which checks for...
## Expected Behavior I've talked to a few users of our Backstage instance and almost all did not realize you can interact with the catalog kind header to see more...
I think it would be useful if it were possible to parse the command line arguments without also executing the command actions. This would allow you add some logic in...
This adds support for unix domain sockets with datadog statsd
#### Is your feature request related to a problem? Please describe I've recently been trying to use the `collections` functions and realized that composing multiple calls ends up creating code...
This adds an experimental `ruby gems` forge backend as discussed in [here](https://github.com/jdx/mise/discussions/1250#discussioncomment-8336903). NOTE: This requires some additional custom handling to create a wrapper/shim file in order run gem binaries since...
Zenburn
### Check for existing issues - [X] Completed ### Misc notes Zenburn dark theme - [Vim Version](https://github.com/jnurmine/Zenburn) - VSCode Versions: - https://marketplace.visualstudio.com/items?itemName=gerane.Theme-Zenburn - https://marketplace.visualstudio.com/items?itemName=ryanolsonx.zenburn
https://github.com/karafka/rdkafka-ruby/releases/tag/v0.16.0 was released last week. This includes support for `oauthbearer` in `KIP-768`. NOTE: Additional changes will be required to support this type of connection which can be done in a...
closes #647 @c4spar - This is a very early draft at implementing your suggested approach to allow the `parse` method to be called without executing. I've got this mostly working...