罗震宇

Results 10 comments of 罗震宇

I have made a pull request that contains many chinese popular browsers.

> In Intellij 2.3.3 Ultimate, they are correctly integrating with the plugin. I didn't reproduce. Could you try this build? #131

# Solution 1 Run as root ```bash sudo su echo "deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | tee /etc/apt/sources.list.d/adoptium.list ``` # Solution 2 The sudo command does not...

You get this error because debian/ubuntu does not have a distribution named `una`. `una` is the code name of Linux Mint. [Linux Mint 20.3](https://www.linuxmint.com/download_all.php) is based on Ubuntu focal. The...

The lines starting with a `$` are my commands and the rest are outputs. The complete commands are the following. ```bash # You must have superuser privileges sudo su #...

@harawata How about merge the following code into mybatis-spring-boot-starter? I solved this problem by add a clear cache post processor just like spring-tx did. ```java import org.aopalliance.intercept.MethodInterceptor; import org.mybatis.spring.SqlSessionTemplate; import...

> @luozhenyu thanks for the contribution. Can you tell me a bit more about how you hit the problem (what broker version etc)? Also can you tell me a bit...

> Oh right, so your real problem is the mapping of broker ids is too inflexible? I think so. > Which API request/response are you intercepting? All APIs containing a...

> So, I think you **must** be using a Kafka Client that doesn't send a API_VERSIONS of its own. Is that right? Out of interest which client/version is that? If...

> There's no way in Kroxylicious as it stands for `writeApiVersionsResponse` to be called. There's nothing wiring up the `authnHandlers` and there are no tests for those code paths. Did...