Sawood Alam

Results 409 comments of Sawood Alam

Well, we could use [GitHub's official CLI](https://cli.github.com/manual/) that is already available in the runner environment, but I am not sure if it allows commenting on issues.

While we can wait for the official CLI to add support for comments, I do not necessarily agree with adding a command being destructive as long as used name is...

> CLI is also great, but it is easy to use only from shell. The action runs any language with shebang, so I'd like to find another way to post...

I know I can create and install such a CLI as a separate action, but its usefulness beyond this action will be limited. That said, it was a suggestion to...

I have implemented a special temporary file-based solution #149 which seems to work great cross-language. This avoids a great deal of boilerplate code from every non-JS code. Please feel free...

> I think `@github-actions comment` is better. When we want to select what text should be posted or not, we can program in an issue comment for our use, or...

If you do want to support flags like `--comment-stdout` and/or `--comment-stderr` in addition to the buffer file I implemented, that would be cool too. In fact my file-based solution can...

As per the specs, in order for the server to instruct the client to repeat the request on a redirected location with the original HTTP method it should return `307`...

I tried doing that: ``` ENV ADD_JARS=/path/to/warcbase-fatjar.jar ENV EXTRA_CLASSPATH=/path/to/warcbase-fatjar.jar ``` Which breaks the application. ``` Exception in thread "main" java.lang.NoSuchMethodError: scala.Predef$.ArrowAssoc(Ljava/lang/Object;)Ljava/lang/Object; at play.api.Application$class.$init$(Application.scala:273) at play.api.DefaultApplication.(Application.scala:406) at play.core.StaticApplication.(ApplicationProvider.scala:53) at play.core.server.NettyServer$.createServer(NettyServer.scala:253) at...

Can we have the `--jars` command line option like `spark-shell`?