Michael Weigle
Michael Weigle
the `libodbc.so.2` from #73 appears to be using unixODBC's defaults which means `odbcinst -j` produces ```bash DRIVERS............: /etc/odbcinst.ini SYSTEM DATA SOURCES: /etc/odbc.ini ``` but since `/etc/` isn't modifiable in Lambda,...
Bringing part of the discussion from #7 over here: Some users (@krishna015) seem to be getting a different archive which can't be processed using the script atm. I've tried using...
# Summary `asdf current` collects output for each plugin, determines appropriate column widths given the current terminal, and truncates an individual column if necessary. Practically, this will usually truncate the...
**Is your feature request related to a problem? Please describe.** Some projects (hi, java!) use names that cause some overflow on the `asdf current` command. ```bash metricmike@MTOWER:~/projects/dev-environment$ asdf current awscli...
Please wait until/if https://github.com/asdf-vm/asdf-plugins/pull/279 is merged
**Is your feature request related to a problem? Please describe.** We're not testing on M1s, which led to a lot of frustration and new issues during the first half of...
**Is your feature request related to a problem? Please describe.** Kinda stuck in error-driven development - make a change, commit, wait for Github Actions, guess at fix for whatever build...
**Is your feature request related to a problem? Please describe.** Plugin currently hard codes most options when building from source. We can be friendlier by exposing these options to the...
https://github.com/MetricMike/asdf-awscli/community - [ ] Description - [ ] Code of conduct (consider opening issue on https://github.com/asdf-vm/asdf-plugin-template/issues?q=code+of+conduct ?) - [ ] Security policy (see: https://github.com/asdf-vm/asdf-plugin-template/issues/3) - [ ] Pull request template...
**Is your feature request related to a problem? Please describe.** asdf install awscli X is loud and includes messages like: ```bash ~/.asdf/installs/awscli/2.1.25 ~/projects/dev-environment Collecting pip Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)...