Anderson Mesquita
Anderson Mesquita
One possible solution is to use a headless browser (such as [casperjs][]) to scrape either the necessary parameters or the cookie that is returned after logging in. However, I can't...
@macdrevx @pengdev @tobrun @sbma44 @ank27 @Chaoba hey folks, since you recently merged PRs in this repo, could one of you look into this one?
Not sure if it's related, but fdroid is warning about the [source code not being available][2]: > This app has features you may not like: [NoSourceSince][1] [1]: https://f-droid.org/wiki/page/Antifeature:NoSourceSince [2]: https://f-droid.org/packages/com.amaze.filemanager/
Do you mean `mitmproxy --set proxy_debug -vvv`? If so, nothing really happened: I'm still not able to connect and I only see the exact same log entries: ``` info: [16:11:12.457]...
Hi @mikenachbaur-okta! Thanks for getting back to me. Yes, I have cleaned `ios/Pods` and `node_modules`. I also see the error both locally and in our CI infrastructure, which runs with...
Hey @sindhusingh, I haven't investigated it further, and have just disabled iOS unit tests for the time being 😢
@lacostej I'm seeing this exact issue on `2.221.1`. In my case, with an existing app and existing language, fastlane just fails to update the value on appstoreconnect. This is what...
Not sure if this will help, but here are some more scenarios that succeed/fail: **Bytecode of Foo.kt**: https://pastebin.com/s4T3qTkF **Error log**: https://pastebin.com/fxLZzyg1 **Foo.kt** ```kotlin package com.example data class Foo( val bar:...
I recently saw the same error happen again when interacting with `String?.orEmpty()` (e.g. `myObj.name.orEmpty()`). One common pattern I saw is that both `.orEmpty()` and `listOf()` are annotated with `@kotlin.internal.InlineOnly`. Hopefully...
Same issue here. The companion app starts consuming ~60MB of RAM and slowly keeps on consuming more memory, even without any interaction (just idling in the background). **MacBook Pro:** Apple...