GithubHelp home page GithubHelp logo

asdf-bitwarden's People

Contributors

michaeldelago avatar vixus0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

asdf-bitwarden's Issues

`asdf install bitwarden lasts` fails

When using the latest version of asdf, the install fails if latest is passed instead of a version. I've had a dig through the code and TBH I can't see what the root cause is and asdf makes if difficult to debug as it doesn't handle returned errors properly. I think it has something to do with the way that the list-all returns, maybe there is a string formatting issue.

$ asdf install bitwarden latest
No compatible versions available (bitwarden [0-9])
bitwarden  is already installed

Does not work...

asdf list-all bitwarden
Plugin bitwarden's list-all callback script failed with output:



asdf install bitwarden latest
No compatible versions available (bitwarden [0-9])
bitwarden  is already installed

tac not Mac-compatible

tac isn't compatible with Bash 3.2 on Mac:

But can fall back to tail -r:

| $(command -v tac || echo tail -f)

There was an unrelated error:

plugins/bitwarden/bin/utils.bash: line 47: oauth_header[@]: unbound variable

curl -s "${oauth_header[@]}" "https://api.github.com/repos/$repo/releases" | \

Fixed by providing a default value like "${oauth_header[@]:-}".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.