This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import kotlinx.coroutines.CompletableDeferred | |
| import kotlinx.coroutines.CoroutineName | |
| import kotlinx.coroutines.Dispatchers | |
| import kotlinx.coroutines.currentCoroutineContext | |
| import kotlinx.coroutines.debug.DebugProbes | |
| import kotlinx.coroutines.launch | |
| import kotlinx.coroutines.runBlocking | |
| import kotlinx.coroutines.withContext | |
| fun main() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* adjusts marked checkbox strikethrough style, makes it mostly transparent */ | |
| .markdown-source-view.mod-cm6 .HyperMD-task-line[data-task]:not([data-task=" "]) { | |
| text-decoration: line-through 0.1em; | |
| text-decoration-color: rgba(0,0,0,0.2); | |
| color: var(--text-normal); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "time": 0, | |
| "maxStep": 5000, | |
| "step": 1, | |
| "simulateTil": 123123123123123, | |
| "simulatePerRealSec": 1, | |
| "precision": 0.00001, | |
| "fields": [ | |
| [ | |
| "GravityField", |