I hereby claim:
- I am sleeyax on github.
- I am sleeyax (https://keybase.io/sleeyax) on keybase.
- I have a public key whose fingerprint is E8DA EC0C 346D 354A CFA0 94C5 EEA3 74DC A7CB EE6B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package com.mercury.app.updater | |
| import android.app.Activity | |
| import androidx.activity.compose.rememberLauncherForActivityResult | |
| import androidx.activity.result.ActivityResult | |
| import androidx.activity.result.ActivityResultLauncher | |
| import androidx.activity.result.IntentSenderRequest | |
| import androidx.activity.result.contract.ActivityResultContracts | |
| import androidx.compose.runtime.Composable | |
| import androidx.compose.runtime.Stable |
| enum class States { | |
| EXPANDED, | |
| COLLAPSED | |
| } | |
| @ExperimentalMaterialApi | |
| @Composable | |
| fun FullHeightBottomSheet( | |
| header: @Composable () -> Unit, | |
| body: @Composable () -> Unit |
| ## Problem | |
| When login in, the shell prints: | |
| ``` | |
| manpath: can't set the locale; make sure $LC_* and $LANG are correct | |
| ``` | |
| ## Solution | |
| ``` | |
| sudo locale-gen "en_US.UTF-8" | |
| sudo dpkg-reconfigure locales |
I've taken the benchmarks from Matthew Rothenberg's phoenix-showdown, updated Phoenix to 0.13.1 and ran the tests on the most powerful machines available at Rackspace.
| Framework | Throughput (req/s) | Latency (ms) | Consistency (σ ms) |
|---|
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.