Andi Titu

Results 7 issues of Andi Titu

Now the auth file is always located at `~/.tunnelto/key.token`. It would be nice to be able to specify another file location by either setting an env var or by providing...

### Platform or tool AWS ### Desired or expected behavior AWS Shell plugin gets provisioned with secrets via a credential process. Further details should be filled in when picking up...

## Overview This PR adds a new section to the PR template: the functional testing demo section. This is supposed to contain a screenshot style video showing how the newly...

### Platform or tool AWS ### Desired or expected behavior AWS shell plugins supports SSO authentication ### Current behavior AWS shell plugin only supports authentication via the long lived credentials...

### Platform or tool ngrok, mysql, Akamai ### Desired or expected behavior No `DefaultProvisioner` modifies the command line. This is an easy step we could make for a couple of...

### Platform or tool AWS ## Acceptance Criteria - [ ] The user can quickly start using the AWS shell plugin in less than 5 seconds. - [ ] The...

## 📰 Overview Since PR: https://github.com/1Password/typeshare/pull/221, typeshare correctly translates struct generics in Go. The following Rust snippet: ```Rust #[typeshare] pub(crate) struct ItemsGetAllResponse { pub(crate) individual_responses: Vec, } #[typeshare] pub(crate) struct...