Anig Kus
Anig Kus
Remove redundant function call. The following three perform the same logic, why not just call the os.path.dirnam() function once??? ```python MONGODB_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) MONGODB_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) MONGODB_ROOT = os.path.abspath(os.path.dirname(__file__)) ```
# update explain ... I'm use master branch dockerfile to build base image, dockerfile no problem. But when I build the oracle jdk 11.0.13 version based on the alpine-glibc base...
fix`benchmark`[1172]( https://github.com/google/benchmark/issues/1172),remove unused `sigma_gn` variable. `git submodule update --remote` `third_party/benchmark from` `* (HEAD detached at bf585a2)` to `* (HEAD detached at e991355)`
Hey Rafael, try setting KONGA_HOOK_TIMEOUT env var to 120000. Check out the FAQ section of the README.md _Originally posted by @pantsel in https://github.com/pantsel/konga/issues/284#issuecomment-425714143_ I'm setting `KONGA_HOOK_TIMEOUT`,has error: ``` # ls...
* Validated * Integration success version: rocketmq-spring-boot-starte:[2.2.2、2.2.1、2.2.0、2.1.1]、spring-boot:3.2.3, rocketmq server version:[rocketmq-all-4.9.8-bin-release、rocketmq-all-5.1.4-bin-release]. * Integration fail version: rocketmq-spring-boot-starte:[2.2.3、2.3.0]、spring-boot:3.2.3, rocketmq server version:[rocketmq-all-4.9.8-bin-release、rocketmq-all-5.1.4-bin-release]. * Demo code: ```java rocketmq: name-server: 127.0.0.1:9876 producer: group: PRODUCER_GROUP_MANAGER # Default:...
add CONTRIBUTORS *(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue:...
Translated the following document partial content: adaptors-spark admin-api-namespaces admin-api-overview administration-load-balance concepts-messaging administration-proxy administration-pulsar-manager administration-zk-bk client-libraries-cgo client-libraries-cpp client-libraries-go *(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #...