Sherlock Luk
Sherlock Luk
Only load global variables with `SH` when the task needs it: ```yml version: '3' vars: MESSAGE: sh: sleep 5 && echo "WORLD" tasks: print: cmds: - echo "HELLO {{.MESSAGE}}" print-no-wait:...
 I was just compiling my app
How do you login with Microsoft, can't compile on the latest commit as I tried changing the authType to microsoft
It just crashes: [https://mclo.gs/zouHtDw](https://mclo.gs/zouHtDw)
is rip dead
it hasn't had a commit since 2021
```gradle plugins { id 'fabric-loom' version '1.4-SNAPSHOT' id 'maven-publish' id "org.jetbrains.kotlin.jvm" version "1.9.21" id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.21' } version = project.mod_version group = project.maven_group base { archivesName = project.archives_base_name }...

Is the following possible: ```swift try self.connection.sendOnewayMessage(name: CommandSet.cleanup) ```