See https://github.com/orgs/community/discussions/16925
Well-formed:
Caution
Negative potential consequences of an action.
[!CAUTION]
>Negative potential consequences of an action.
See https://github.com/orgs/community/discussions/16925
Well-formed:
Caution
Negative potential consequences of an action.
[!CAUTION]
>Negative potential consequences of an action.
@OptIn(ExperimentalAnimationApi::class) | |
@Composable | |
private fun DrawText(it: PaddingValues) { | |
Column(Modifier.padding(it)) { | |
var text by remember { mutableStateOf("Vel eum voluptatem nulla. Ut enim unde sit autem laboriosam consequatur ut. Quo eius veniam occaecati minima. Porro architecto et omnis. Et dolor qui non. Tempora et consequuntur ea quia iste qui ducimus cum.\n") } | |
OutlinedTextField(value = text, onValueChange = { text = it.trim() }) | |
val baseFontSizePx = with(LocalDensity.current) { 24.sp.toPx() } | |
val context = LocalContext.current | |
var bitmap by remember { mutableStateOf<ImageBitmap?>(null) } |
blueprint: | |
name: HVAC automation | |
source_url: https://gist.github.com/rock3r/5954b87184c6536bb8f2ea922bc97f02 | |
description: Turn a HVAC on or off based on a binary sensor | |
domain: automation | |
input: | |
opening_sensor: | |
name: Window/Door sensor | |
description: The window or door sensor to use to drive the Tado valve | |
selector: |
#! /bin/bash | |
#---------------------------------------------------------------------------- | |
# "THE BEER-WARE LICENSE" (Revision 42): | |
# Sebastiano Poggi wrote this file. As long as you retain this notice you | |
# can do whatever you want with this stuff. If we meet some day, and you think | |
# this stuff is worth it, you can buy me a beer in return. Seb | |
# ---------------------------------------------------------------------------- | |
# Inspired by http://www.spaziocurvo.com/2015/03/svg-to-icns-script-for-mac-os-x/ | |
# and https://gist.github.com/plroebuck/af19a26c908838c7f9e363c571199deb |
/* | |
* ---------------------------------------------------------------------------- | |
* "THE BEER-WARE LICENSE" (Revision 42): | |
* Sebastiano Poggi wrote this file. As long as you retain this notice you | |
* can do whatever you want with this stuff. If we meet some day, and you think | |
* this stuff is worth it, you can buy me a beer in return. Seb | |
* ---------------------------------------------------------------------------- | |
*/ | |
/** |
/* | |
* ---------------------------------------------------------------------------- | |
* "THE BEER-WARE LICENSE" (Revision 42): | |
* Sebastiano Poggi wrote this file. As long as you retain this notice you | |
* can do whatever you want with this stuff. If we meet some day, and you think | |
* this stuff is worth it, you can buy me a beer in return. Seb | |
* ---------------------------------------------------------------------------- | |
*/ | |
package dev.sebastiano.bundel |
/* | |
* ---------------------------------------------------------------------------- | |
* "THE BEER-WARE LICENSE" (Revision 42): | |
* Sebastiano Poggi wrote this file. As long as you retain this notice you | |
* can do whatever you want with this stuff. If we meet some day, and you think | |
* this stuff is worth it, you can buy me a beer in return. | |
* Inspired by https://github.com/Gertje823/myalbum-downloader (which is now broken) | |
* ---------------------------------------------------------------------------- | |
*/ |
package dev.sebastiano.webviewcompose | |
import android.annotation.SuppressLint | |
import android.content.Context | |
import android.os.Bundle | |
import android.webkit.WebView | |
import android.webkit.WebViewClient | |
import androidx.activity.ComponentActivity | |
import androidx.activity.compose.setContent | |
import androidx.compose.foundation.background |
<template name="rms" value="val $name$ by androidx.compose.runtime.remember { androidx.compose.runtime.mutableStateOf($SELECTION$$END$) }" description="Remember mutableState" toReformat="false" toShortenFQNames="true"> | |
<variable name="name" expression="kotlinSuggestVariableName()" defaultValue="name" alwaysStopAt="true" /> | |
<context> | |
<option name="KOTLIN_EXPRESSION" value="true" /> | |
</context> | |
</template> |