Paul
Paul
Yea but even then it should be somewhere documented that when searching for `near_text` the input query is not converted to lowercase which makes it inconsistent.
Fair point. So what would be your recommended way to be able to test for a nack of a message?
Yea I get that this should be the way it's configured but still I could do what I did in my example 😆 So maybe the issue is not the...
In my opinion you have two options: 1. Do input validation on the rates and enforce the way you want it to be used as you suggested in your initial...
This might be related to my issue #4712 . So basically your code sample: ```python has_endpoint = args.otel_exporter_otlp_endpoint is not None ``` most likely always evaluates to `True`. It's not...
Okay so I know that the pipeline is failing and I assume this PR should be rebased, but for me there is still the question if my proposed fix is...
@emdneto I had a look into the existing tests and too be honest I have no clue what's going on. I'm not used to the sort of testing that you...
@herin049 should this be part of this PR as this is a refactor and not a fix?
Regarding the two failing checks I'm not really sure what I should do. For the `public_symbols_check` I did not introduce those changes for which it is failing. For the changelog:...
I will rebase the PR once again, after we got the approvals. Is there any time limit regarding how long we wait for approval or do we just wait? (not...