Roger Oba

Results 294 comments of Roger Oba

Hi @gavrichards 👋 thanks for commenting. Reopening, and I have a PR open for this here: https://github.com/fastlane/fastlane/pull/20695 — this issue won't be closed by the bot anymore 👍

Simply add `try` (or `try?` or `try!`, depending on your use case) in front of the method invocation

Guys, FYI, I was having the same issue, but the error was ``` pub const UNSUPPORTED_REQUEST: i64 = -32000; ``` (from the link above ☝️ ) I managed to get...

I made this an enum in my project so it's type-safe, and also so that I can alternate it based on the environment (e.g. sandbox, dev, staging, production) alongside other...

Also @mrdavey I still don't get what's the behavior when the default `0` is used? 🤔 I think this parameter should have no default value, or default to 1 since...

@pixelmatrix @Ybrin, I just implemented the requested changes 👍

I'll take a look at those issues soon, sorry for the wait guys.

@Ybrin Sorry, not yet. I definitely didn't forget it! 😅 If anyone else wanna address the changes, by all means! Otherwise I'll be checking this later 👍 Sorry for the...

I apologize for the really long wait, but I finally took some time to look into the failing tests 😅 Let me know if there are any other pending issues...

Looks like removing that file broke something in the CI environment setup 🤔