T. Mertanen

Results 6 comments of T. Mertanen

The `--json` option was added in https://github.com/cli/cli/pull/8474 / version 2.43.0. With that, it is now possible to use `jq` to filter out non-drafts: >`gh release list --json tagName,createdAt,isDraft --jq '.[]...

It seems that the issue has now been resolved. ``` curl -I https://packages.confluent.io HTTP/2 200 content-type: text/html;charset=utf-8 content-length: 705 date: Mon, 06 May 2024 16:18:10 GMT [...] ``` Is there...

☝️ I will refer the above question to @davetroiano who handled the issue on the forum. Is there a Maven-specific place to discuss and to report issues? The forum thread...

>would be somewhat equivalent to ... `Strategy.void` Yes, I believe that's the intent - this PR does not add the implementation `rawTrans`, only a more convenient way to call it...

As for `xa.copy(strategy0 = Strategy.void)`, for performance reasons I would only execute the `.copy` once per transactor, not once for every `.transact` call, but yeah, I think it's basically just...

To add to this, the described issue - `using` directives that fail silently/are ignored silently - occurs not only with misplaced Scala code and `package` declarations, but also with **block...