Jonathan Shook

Results 89 comments of Jonathan Shook

@bhmortim Can you help us set the priority on this? If it is pressing, we can move it up. Some idea on the urgency and impact would help a ton.

In order to make the case with internal parenthesis work, a custom parser would need to be written. I think this is an extension of existing functionality, so I'm going...

The `` syntax is deprecated to make code highlighting work better with c-like editors. This should work as-is now. We need to add a unit test to verify this at...

Suggestions: 1) When an adapter is asked for which is not present in the runtime, we should inform the user about how some optional adapters are not always included. 2)...

@jeffreyscarpenter The diag option for this adapter supports a range of details which you can mix and match, and there is an all-inclusive "all" option. I think the ask here...

@XN137 Just some updates on this so far... The current release now has version logging (info level) as well as client hardware specs (also info level). The full command line...

This should use the batch form which is present in other drivers. For example, consider CqlD4BatchStmtMapper.

Apart from basic fixes, I think a good strategy overall for this is: 1. Streamline around docker-compose 2. Optionally allow this to be called as an external step. whereas the...

Since there is a distinct difference in behavior for how this should work vs other parameters, maybe we can make a clear distinction for any parameter that starts with `block`....

I was hoping to ensure a stable contract for users around forward compatibility. Semvar is appropriate for this. Basically, you can't go backwards from 5.21 to 5.17 or earlier and...