YR Chen

Results 97 comments of YR Chen

@ereslibre Can you create backports of this PR to 25.x through 27.x? I'm not sure if 25.x backport will actually help anyone, but a 27.x one would be sincerely appreciated.

This is also breaking CI for [Teco Core](https://github.com/teco-project/teco-core), which uses a [merge queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) that doesn’t allow manually retrying failed tests. I decided to work around by disabling merge queue temporarily,...

> This also makes fixing the bug a little bit annoying: since there is no way of knowing whether the response is compressed or not, the action should first check...

@Xuyuchao-juice If you're using plain-text LDAP (port 389), you'll need to specify `MINIO_IDENTITY_LDAP_SERVER_INSECURE` explicitly: ``` export MINIO_IDENTITY_LDAP_SERVER_INSECURE=true ``` The default protocol for MinIO is LDAPS. Have you noticed any connection...

CC @ahoppen, this is a real **bug** I believe and I think we don't want it to get in the 509.0.0 release...

I guess there may be some simpler workarounds, eg: 1. Mark if a node is hand-crafted or not, and insert necessary whitespaces during string interpolation. 2. For all public initializers,...

> At the time that a syntax node is inserted into string interpolation, it will get re-parsed instead of being re-used as is, which is causing the behavior that you...