Alexey Kamenskiy

Results 113 comments of Alexey Kamenskiy

My use case is that the expressions would be coming from the users in an online service. And the requirement is that users should be limited to only simple comparison...

For my use case I would not need those built-ins. Only comparison operations. I imagine if allowed operators will be configurable, it would make sense to make all language elements...

Example of configuration for connect-standalone?

@vsachs That's great, I appreciate you taking a stab at this issue. Could you please provide a few examples of how this would work on CLI and when would it...

@jkugler i maybe misunderstand your interpretation of sub commands but that already exists and working. Please check documentation and examples.

@vsachs Please rebase the code onto master, so you get most up-to-date changes. There were some PRs merged yesterday fixing bugs related to sub-commands

@vsachs Sorry for the delay. I've had some extra time over the weekend to look at this PR. As I said earlier -- it is fine as-is, I just think...

@vsachs something with the implementation that causes interesting failure, i've added a TestPos8 test to show it, within this test you can also move around `"-s", "some string"` to get...

@vsachs Sorry, seems Github added new function to have all comments "pending" until review submitted. Should be visible now.

> I see roughly three approaches: > 1. Leave as is > 2. Cause positionals to be parsed after flags are parsed. This is probably the cleanest solution possible. >...