Hussein Al Abry
Hussein Al Abry
I tried building the binary on a newer version of rust. Getting the following error: ``` error[E0432]: unresolved import `std::raw` --> src/app.rs:9:28 | 9 | use std::{mem, ops::Deref, raw}; |...
Small typo `s/tupe/type` in README
### Describe the feature or problem you’d like to solve Version [2.23](https://github.blog/2019-08-16-highlights-from-git-2-23/#experimental-alternatives-for-git-checkout) of git introduced the `git switch` command as an easier alternative to `git checkout` for switching branches. ###...
The example in the README.md file was missing the import for the `OAuth2StrategyOptions` interface.
This SDK requires an `issuerId` be set in the constructor. This is needed for generated JWT tokens from a Team key. However the App Store Connect API allows you to...