Leodinas Hao

Results 5 comments of Leodinas Hao

> 👋 we're also encountering this issue in our [python library](https://github.com/braintree/braintree_python). `rebuild_proxies` didn't update settings for us, but calling `session.proxies.update(requests.utils.getproxies())` did. > > Hope this helps other folks running into...

Hi @sudhish-ps , thanks for your comments. I had the similar thought as you mentioned the current logic doesn't handle `OR` condition and actually it doesn't handle `AND` as well....

Hi @sudhish-ps, operator | won't solve the problem as the `OR` condition needs to in a group. Could you please have a look below example of how to do `$or`...

Thanks for the suggestion, @Vad1mo I will update PR to include the doc changes as well.

Hi guys, I've removed the pipe and added nodePort examples. Thanks.