tangowithfoxtrot
tangowithfoxtrot
@BLucky-gh Thank you! I just fresh-installed and ran into this as well and that fixed it for me.
To verify the shaSum of the Bitwarden applications, here is a command you can use: `openssl dgst -sha512 -binary | base64` The above should provide a matching sum of the...
Hi, @jjlin. I was able to reproduce this on my end as well. I have marked this as being reproducible on our internal tracking system. Thanks for reporting!
Thanks, @luca-e075e! I've confirmed the behavior and marked this as being reproducible internally.
> We also don't want to distribute the lib files in a repository unless we force puch every release. Since with the binaries occupying 30mb+ we can expect the repository...
Closing this in favor of updating the documentation and possibly implementing it as an `npm` script.
Hey, @andr-ec. Do you have an example of an instance where double-quoting the values is problematic? We use double-quotes to reduce the potential for issues in cases where you might...
@coltonhurst, yeah, I'm beginning to think that the first option you provided is probably the way to go to avoid cluttering things too much. I don't think a GitHub gist...
@coltonhurst, I added an uninstallation arg in https://github.com/bitwarden/sdk/pull/645/commits/24e0e98281f30200fec93980ce4b40d803487975. It's pretty easy to invoke in Linux/macOS with: ```sh curl https://raw.githubusercontent.com/bitwarden/sdk/2dba059c1ee17366debb9535cff34fda767c3ff9/crates/bws/scripts/install.sh | sh -s -- --uninstall ``` However, I can't figure out...
@coltonhurst, Added mention of the install scripts in the README in https://github.com/bitwarden/sdk/pull/645/commits/035ca9340bfaa706370e083e95dd79f9cc364b39