Marco Gomiero
Marco Gomiero
> @prof18 Happy to help if you would like. Thanks! I'm planning a bit of refactor before integrating this. But if I need help, I'll let you know 🙏
Sorry for not getting back to you sooner, but I was focusing more on the migration to Kotlin Multiplatform. Since this seems to be a very requested feature, I will...
The Atom support is available since version 5.0.3
Hi, thank you for reporting this! - Yes, when you run the `publishReleaseXCFramework`, the output path must be an existing git repository with an existing pod spec file. Both can...
Sorry for the late reply. `Already on main` is actually not an error even though is printed in read. It's just a message that git sends out to tell you...
Now the README is updated with the required info. https://github.com/prof18/MoneyFlow#how-to-build
Hi! Currently, Youtube-specific tags, like the one you mentioned are not supported. Maybe in the future I will add the support for it.
Have you tried setting also the read and write timeouts? ``` .connectTimeout(5, TimeUnit.SECONDS) .writeTimeout(5, TimeUnit.SECONDS) .readTimeout(5, TimeUnit.SECONDS) ``` btw, I'm not modifying the client that is injected, so every setting...
Hi! I will think about adding this custom field.
Amazing! I'll take a look at it, and see if it makes sense to upstream it!