Petr Korolev

Results 92 issues of Petr Korolev

As Dave mention in [iOS Dev Weekly - Issue 205](https://iosdevweekly.com/issues/205). > It doesn't do the fancy overlapping rings So, he is definitely right! It should be implemented in next release!...

enhancement
help wanted

``` let config = TokenConfiguration(GITHUB_TOKEN) let gh = Octokit(config) gh.repository(owner: owner, name: name) { response in switch response { case .success(let repository): stars = repository.stargazersCount if let unwrapped = stars...

As @EmelyanenkoK mention on our init call - it might be a good idea to develop this.

enhancement

Because of interoperability matters!

enhancement

Must have essential feature, actually

enhancement

TON with shard potential looks like great infrastructure for building DEX on top of it.

enhancement

Как вариант реализации, сделать кнопку, по которой можно конверитить месяц в инвайт-ссылку в клуб, которую можно отсылать любому участнику. Логично было бы сделать эту кнопку в тамже месте, где и...

```swift let authentication = AccessTokenAuthentication(access_token: GITHUB_TOKEN) RepositoriesAPI(authentication: authentication).repositories(user: "skywinder", type: .all) { (response, error) in if response != nil { print(response!) } else { print(error ?? "empty response") } sema.signal()...

``` let authentication = AccessTokenAuthentication(access_token: GITHUB_TOKEN) let ghapi = RepositoriesAPI(authentication: authentication) ghapi.get(owner: owner, repo: name, completion: { (response, error) in if response != nil { print(response!) } else { print(error...

Hi. I made a copy in google sheet in order to get the ability to **filter/sort** wallets and **freeze** first column/row Migrated it to google sheets: https://docs.google.com/spreadsheets/d/1dwRkOzxREk8TLIoIeIviANw-nvXcnPFzSNcbRC4NSk4/edit#gid=0 _Made it open,...