Kyle Behrens
Kyle Behrens
@samcdavid seems optimal for https://direnv.net/ it will auto execute a file when you enter a directory (https://github.com/asdf-community/asdf-direnv)
I would post this in https://github.com/mateodelnorte/find-module-bin however based on the name I'm under assumption it is working as designed, finding the bin under the node_modules.
My mistake, 1. turns out this _was_ a commander issue and 2. it's actually resolved, my version of it was old, apologies.
Actually it turns out this bug exists because commander is old
I added this and it seems to work ```diff --- a/lib/commands/command-exec.bash +++ b/lib/commands/command-exec.bash @@ -25,6 +25,7 @@ shim_exec_command() { if [ "$pre_status" -ne 0 ]; then return "$pre_status" fi +...
As another datapoint the materia theme has this issue as well, https://github.com/nana-4/materia-theme. After removing all the NerdFont M+ fonts and replacing them with another M+ font the text is no...
interesting... - dbt-core is just a dependency of their other "entrypoints" I.E. dbt-postgres https://docs.getdbt.com/dbt-cli/install/pip. - I will give this a try on my end when I have a moment
The auto-refresh tries to parse the expiration date so it knows when to refresh, however the user session, without an assumed role, by default in the aws cli has no...
using a personal access token still works if you need a workaround