Hossein Abbasi
Hossein Abbasi
@pedrowav I get this error too. Did you find any solution?!
How to detect who is causing recomposition? Cause breakpoint on https://github.com/joreilly/FantasyPremierLeague/blob/03e841ea3ae3e8be0fc4c2781f3b5f77d6d48bff/app/src/main/java/dev/johnoreilly/fantasypremierleague/MainActivity.kt#L73 is triggered once!
Okay, `onPlayerSelected ` triggered multiple times during all of the calls on https://github.com/joreilly/FantasyPremierLeague/blob/03e841ea3ae3e8be0fc4c2781f3b5f77d6d48bff/app/src/main/java/dev/johnoreilly/fantasypremierleague/presentation/players/PlayersListView.kt#L61 _____ Right now, you have this local https://github.com/joreilly/FantasyPremierLeague/blob/03e841ea3ae3e8be0fc4c2781f3b5f77d6d48bff/app/src/main/java/dev/johnoreilly/fantasypremierleague/MainActivity.kt#L83 call. But, imagine if that was an endpoint call....
@AndroidDeveloperLB Feel free to take a look at https://plugins.jetbrains.com/plugin/23263-avocado/
> @Drjacky Cool! Does it work for you? I chose it from the context menu and I don't see any changes. No UI. No dialog. No nothing... Are there any...
> @Drjacky It doesn't say what to install. I tried this: https://nodejs.org/en/download/ I let it install all the additional stuff. Took about half an hour for this to end. >...
@AndroidDeveloperLB Feel free to open an issue here https://github.com/Drjacky/Avocado/issues and we can continue from there.
- Replaced `apt-get` with `sudo`: ``` sudo apt-get update -y && apt-get upgrade -y sudo apt-get install python3-pip -y ``` to ``` yes | brew update && yes | brew...
@YannCebron I still get the error: pemObject must not be null gradle plugin version: 1.16.1
Update: The one that has been built by `pkg .` works but following https://nodejs.org/api/single-executable-applications.html, the built binary shows that error ☝🏼