Stepan Goncharov
Stepan Goncharov
@michaem let's merge it
Exactly my thinking, but since we are Gradle-only for now - my favorite option is **3** since it's less confusing for devs. For Gradle tasks, you'll still need to use...
@michaem thanks for a great idea. Started new discussion so we can work on it later https://github.com/formatools/forma/discussions/57
I did not want to put version in the global configuration because it's pretty common to build multiple apps from the same project with different versions. So at the very...
@jackxieweiwu you could just call BateryWidget functions directly, no need to use view attributes for it
Is there any particular reason why the whole project needs to be built to show preview? In plugin code I see there are fake XML gets generated from Anko Code,...
Sorry for delay. Let me try `-x`
``` (eval):3: command not found: fig +/Users/stepan.goncharov/.zshrc:3> [[ -f /Users/stepan.goncharov/.fig/shell/zshrc.pre.zsh ]] +/Users/stepan.goncharov/.zshrc:3> . /Users/stepan.goncharov/.fig/shell/zshrc.pre.zsh +/Users/stepan.goncharov/.fig/shell/zshrc.pre.zsh:1> /Users/stepan.goncharov/.local/bin/fig init zsh pre --rcfile zshrc +/Users/stepan.goncharov/.fig/shell/zshrc.pre.zsh:1> eval $'# pre for zsh\n#!/usr/bin/env bash\n\nmkdir -p ~/.fig/bin...
I prefer `rxKonan`😁 Pure kotlin reactive extensions implementation would be more lightweight and could definitely take advantage from coroutines. As an option, we could use https://github.com/akarnokd/RxJava3-preview as a starting point,...
Theoretically by using inline functions and Kotlin stdlib extension functions overall method count of library itself should be less than rxJava's equivalent.