Libing Chen
Libing Chen
Add Java 8 Optional support for serialize
Now repo as filepath works for run, shell commands, but it does not support rm command. ``` $ sail run . $ sail shell . $ sail rm . ```...
Thoughts from https://github.com/cdr/sail/issues/220 If you want to access services out of Sail container, for example services started from your project's docker-compose.yml, services started from brew or services in your local...
I want to add customized "open in Sail" button in my project management system and the developers just click the button to open project with Sail support. Is it possible...
Just alike [Cargo build.rs](https://doc.rust-lang.org/cargo/reference/build-scripts.html#build-scripts), and main method in build.jbang will be executed before javac compile. ```java ///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS com.google.protobuf:protobuf-java:3.21.5 //SOURCES Hello.java //FILES user.proto public...
yaml site: http://www.yaml.org/ Java libraries for yaml: http://www.yaml.org/ Java region
From the book: > When using prefixes, even a single column needs to be in a list or parentheses. (Otherwise, sort -foo is parsed as a subtraction between sort and...
Mail catcher is good solution to test email sending by SMTP, such as: * https://mailcatcher.me/ * https://github.com/linux-china/mail-catcher * https://github.com/maildev/maildev * https://github.com/mailhog/MailHog It will be good to add `MailConnectionDetails` support to...
I have following Kotlin code(Main.kt) as following: ```kotlin ///usr/bin/env jbang "$0" "$@" ; exit $? //KOTLIN 1.9.10 //DEPS org.jetbrains.kotlin:kotlin-stdlib:1.9.10 //DEPS org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 suspend fun main(args: Array) { println(welcome("linux_china")) } suspend fun...