Carsten Rietz

Results 21 comments of Carsten Rietz

Seems to be a duplicate of #812. It seems that one has to use a specific commit instead of the tag. Example for getting v4.0.2: ``` go get github.com/pingcap/parser@3a18f1e5dceb2987570e6a1286d93c70f9af061f ```

I think https://github.com/google/go-cloud/pull/3508 should fix it. Let me know what you think.

Ah i see. The mongodb driver supports that behavior a bit by accident. I like the option idea that would make it easier to test with the memdocstore when using...

Sorry its a bit busy at the moment. I will make the suggested changes and am looking forward to have this pr merged 👍 .

I amended https://github.com/google/go-cloud/pull/3508 with a `AllowNestedSlicesQuery` option for the memdocstore. I could not find a better way than to pass the flag down to the `getAtFieldPath` function. Let me know...

Sure i will try to get a supportbundle. The issue in #8834 was that the upgrade was not starting at all. Now the helm update has run and its telling...

I can find no way to distinguish the normal vscode terminal from the copilot terminal. Therefore a workaround is to check if the terminal has been opened by vscode in...

Thank you @vangent and @jba for your reviews! I amended the pr and i think only the question about the removed function is open. Please let me know if i...

Hi @vangent , @jba , sorry for the long delay. I missed the notifications. On the plus side we found a few omissions in the feature. Especially when the nesting...

Thanks for the review. Shadowing the variable name makes it actually more readable. I commit the changes and fixed the comment style. Please let me know when there is something...