Libing Chen

Results 186 comments of Libing Chen

@06kellyjac yes, you are right, and I moved GID and UID into test method

I have add nothow() function as following ```typescript if( (await nothrow($`lll -al`)).exitCode > 0 ) { console.log("Failed") } ``` I'm not sure to adopt ProcessOutput as result for $, and...

Any clue to include Procfile in Fatjar for buildpack? Now I use following commands to build Docker image with buildpack. ``` mvn -DskipTests clean package jar uvf target/spring-boot25-demo-0.0.1-SNAPSHOT.jar Procfile pack...

It's a feature requirement and just for discussion :)

> ...so the //DEPS is for the build itself not for the app being built ? I think `//DEPS` is for build and app both. To introduce build dependencies is...

Agree. A junior developer sent me this message: Why my "hello world" Kotlin can not work with JBang. :). Nobody wants to read the document, and of course I don't...

@maxandersen my fault, and it should be `jbang --snippet demo App.java` :) @snippet has id and language tags, and it's useful for JBang because JBang has Java, Kotlin and Groovy...

`jbang -c @snippet:myid:App.java` is nice :) I'm not sure line number style good or not, and a Neovim user talked to me, and they almost use Command and KeyMap to...

The screenshot for IntelliJ IDEA ![image](https://user-images.githubusercontent.com/46711/159853578-4f5f24be-ee64-495b-ba17-56a1478d4330.png)

> The ide side is the easy part :) > > It's the activation and parsing on jbang side that is the challenge here. > Yes, IDE side is very...