L Duncan

Results 14 comments of L Duncan

Hi, Thank you for your lib, I try to avoid Python as much as I can and nearly all other libs are implemented in it. I am also facing this...

As a HTTP GET request is synchronous by nature, do you need to spawn a new coroutine at the point you are in the code causing the issue? I believe...

I think you'd probably need to start here and work your way back to mainframer https://developer.apple.com/library/archive/technotes/tn2339/_index.html

@npryce Possibly some sort of View state mutation from inputs would be a likely case. This might be an indication of coupled components but just what came off the top...

Scoping this out at the moment.

This is a WIP example of how dynamic navigation could be achieved: https://github.com/LDuncAndroid/kotlin-libraries-playground/tree/LDuncAndroid/kotlin-android-spike

Not contributed here before, just taking a look but I think that the Material Design specs state that a FAB is for performing the primary action of a screen, so...

I downloaded the app for the first time last night and it's already helping with my disorganisation, so thank you. Will subscribe once I've got my head round the workflows....

Running `dpkg -I` on the `.deb` shows dependencies on `libqt5xml5`. So installing with `sudo dpkg -i multimc_1.6-1.deb` and running `sudo apt -f install` should resolve the missing dependencies. ``` $...