Paco
Paco
+12 Need to explore those bundles
It uses an enviro variable, non-docker users should be able to set it too without any major changes to their config. ```sh HOST=nintendowifi.net python master_server.py ``` I'd use a more...
Any updates or ETA for this? I would really love to include in my next project.
If racing is a problem that causes NPE when accessing LayoutState then I believe this change could be better done as ``` if (mLayoutStateContext == null) { LayoutState layoutState =...
All your Observables shouldn't end on UI but a data storage (behaviour subject, relay). Then, separately, subscribe those storages to the ui between resume and pause on the UI thread....
Stateless dumb UI driven by business logic streams. You still get to call the showSnack, setAdapterElements, changeScreen (view or frag, pick your poison), listen for back key presses, request other...
All reactive UI: https://github.com/pakoito/SongkickInterview/blob/master/app/src/main/java/com/pacoworks/dereference/screens/songkicklist/SongkickListActivity.java All reactive combinations: https://github.com/pakoito/SongkickInterview/blob/master/app/src/main/java/com/pacoworks/dereference/screens/songkicklist/SongkickListPresenter.java And that's from 7 months ago, it's evolved since. If you want to avoid the madness and get the persistence you'll have...
It's not in the middle of the chain, no, that's why you want a proxy in the state stores instead of applying directly to UI.
I have tried installing via winget and I still get the same error. It's not on my path or any other enviro. Something is adding that exe to my path,...
I was looking for a way to help the project while learning about the internals, and this is small enough for me to start a branch without fear of breaking...