Matt Skillman

Results 20 comments of Matt Skillman

using rich will not allow for emoji usage on Windows as the shell(s) on Windows do not support emojis: https://stackoverflow.com/questions/64940181/cannot-display-emojis-in-windows-powershell-or-wsl-linux-terminal-using-python I have tried this in the strawberry/cli/commands/server.py ``` from rich...

issue resolved by https://github.com/trek10inc/awsume/issues/183 -> root cause pertains to dash being default shell on Debian systems. #183 prevents autocomplete script from being used for cases in which dash is default...

this will/was resolved by https://github.com/trek10inc/awsume/pull/239 we need to release new version of awsume soon to address this

closed by https://github.com/trek10inc/awsume/pull/225

note: this issue should be considered as a feature request for native support of SSO, as opposed to indirect support via `credential_process` property mentioned above by mbarneyjr.

plugin docs now mention https://github.com/kylejwatson/awsume-yubi-plugin

unable to replicate on PowerShell 7.3.6, with awsume 4.5.0 unable to replicate on PowerShell 7.3.6, with awsume 4.5.3 leaving this issue open as this warrants further investigation.

fixed in aws-sso-util v4.29 see https://github.com/benkehoe/aws-sso-util/issues/70 for context

While I can confirm that AWS_PROFILE env is not set in powershell ``` awsume myProfile dir env: ``` I do not believe it is necessary for awsume to be setting...