Torin Warwick (Sandall)

Results 67 comments of Torin Warwick (Sandall)

Here's a rough sketch for the query function: `ldap.query(connection_params, query_params, output)` Where: - `connection_params` is an object containing the required connection params, e.g., url, username, password, or whatever is most...

In the last community meeting @repenno indicated he was interested in looking into this and working on it. I'm going to assign to him for now.

We should figure out how we're going to deal with other protocols before we implement this. We need to avoid to be careful about pulling in too many 3rdparty dependencies.

This would be a nice feature. Personally, I write & test inside of VS Code in which case I can just highlight the part of the test that I'm interested...

> Given the above, is this the only way to check for inequality? If you want inequality defined the way I think you're expecting it to be, you can write...

`not input.a == input.b` is true/defined when either (or both) `input.a` and `input.b` are missing/undefined, i.e., `not undefined == undefined` is true. `not` is how you can catch undefined inside...

LGTM. In this case, inlining the union logic is cheap enough that the speedup is worth it.

> Authentication and authorization will be a bit of a hurdle I suspect, as we'd need to allow the user to provide either a token to use for authentication, or...

@anderseknert is this still in progress?

👍 I agree with @patrick-east here. We need to figure out what packages are impacted and then make the call. If it impacts the rego package (or any of it's...