Roy

Results 13 comments of Roy

> How do you invoke the program when you get that output? ```bash java -jar hash-verifier.jar generateHashFromFile sha512 Downloads/twrp-3.6.2_11-0-enchilada.img ``` So the only way to fully separate those commands is...

@remkop I'll try it, thanks Also, I've tried with inherited scope but with no success

I didn't try your suggestion, I went with the solution of 2 sub-commands and comand that doesn't extends anything

@dfuch where is the part that removes the subscriber in case `HttpResponse.BodyHandlers#ofInputStream` is used and the `inputStream` closed before the response body is received? i.e. I expect that even if...

@dfuch see ```java if (httpResponse.headers().firstValueAsLong("Content-Length").orElse(-1) > minRedAlertEventContentLength) ``` there are cases that the response code is 200 but for my reasons I don't want to read the body (for example...

When this PR is planned to be merged?

@debora-ito first of all, can't you make the necessary changes to the low-level `GetItem`? why does it exists only for the main table? Second, `QueryEnhancedRequest#AttributesToProject` doesn't help as it will...