FinHorsley

Results 8 issues of FinHorsley

**Describe the solution you'd like** Add an interface that event classes can inherit from. ``` // A better name may be something like IRx or IReactive? public interface IEvent {...

Updates jetbrains.md to include info about the native projector client apps that are now available

Fastlane now has support for JWT authentication against AppStore Connect [#14888](https://github.com/fastlane/fastlane/pull/14888). JWT support would mean that we wouldn't have to create a separate 'App Manager' account to get around the...

If no `ITC_APP_TESTER_GROUPS` is specified, an error message is shown when the user requests beta access. This error is misleading, as although they aren't added to any external group, they...

If the email address entered is already registered with TestFlight, but not added to the group(s) specified by the `ITC_APP_TESTER_GROUPS` var, the Email Already registered error is shown. Despite the...

**Describe the feature request or question** Support for listing all keys at mount-path. e.g. ```curl curl \ --header "X-Vault-Token: ..." \ --request LIST \ https://127.0.0.1:8200/v1/secret/metadata/my-secret ``` **Link to the Vault...

Apologies in advance if this has been answered before, I've had a good look through the existing docs/issues/prs but may have missed something! Does the library expose any of the...

question

The backup docs [here](https://krypt.co/docs/start/backup.html) don't make it clear that once `kr transfer` has been run, you need to re-pair the original. I used `kr transfer` to create a backup on...