Roberto Frontado
Roberto Frontado
@eggheadgames I think you will need to handle that error in CircleCI ``` * What went wrong: A problem occurred configuring project ':library'. > Failed to install the following Android...
@mikemee Thank you! Indeed, I thought this as a complement of the current functionality, which is already working nicely 👍 so there was no need to change that. If you...
@StainlessStlRat No idea, but you can use my fork for now until this gets merged ``` implementation 'com.github.robertofrontado:Siren:1.7.0' // This is a fork of https://github.com/eggheadgames/Siren, because that one didn't fetch...
Any plan on fixing this?
> We were running into the same issue. Any progress? Our current approach is to provide a custom DateFormatter via CodableHelper.dateFormatter which can handle both cases. @honkmaster How are you...
Same crash here with Xcode 12.2 and library v2.9.7
@akumar-atheer are you sending `click_action`? I faced the same issue today, problem was I was missing an `intent-filter` in the manifest for that particular action ``` ``` **Note:** CLICK_ACTION will...
> @dabroz can you consider auto-start after some mouse idle? This way app will stop working when someone is using computer and start to work again when not. This would...