Mattijah

Results 7 issues of Mattijah

### New Issue Checklist - [X] Updated Tabman to the latest version - [X] I took a look at the [Troubleshooting Guide](https://github.com/uias/Tabman/blob/master/Docs/Troubleshooting.md) - [X] I searched for [existing GitHub issues](https://github.com/uias/Tabman/issues)...

Is there any way to speed up / skip Pods installation once all the Pods have been already pre-build and are available? ``` ----------------------------------------- 🚀 Prebuild frameworks ----------------------------------------- ... Validate...

The `sharedDecimals` function is defined as `pure`, which makes overriding in a subclass impossible if the value returned is a locally defined constant (not pre-set in the contract with a...

The key returned by `toEosioK1PrivateKey` is in the legacy (WIF) format, while the actual `PVT_K1` keys as for example `PVT_K1_2QiGfgPuTfYxupXz4vAPGgeC3fCp2AJV23Lxxuuv6xxbUgND51` are not supported. https://github.com/EOSIO/eosio-swift/blob/06a42e991bf55b68104292338d2796e3580d8be0/EosioSwift/Extensions/EosioKeySignatureExtensions.swift#L116-L118 `Data(eosioPrivateKey:)` fails when trying to initialize...

I am using `GADInterstitialAd` and I see the delegate reporting `adDidRecordClick`, but the controller won't close and is still present even though the user tapped on it. Tapping on the...

Displaying tooltip affects the entire layout (it moves it or changes size of its parent). Totally unusable

Using `node-hid` I can see the controller connected and events coming in. I can as well send commands out, but when running `node-gamepad` the listener is not getting triggered ```javascript...