Cong Zhao
Cong Zhao
### Feature Description (功能描述) vertex-centric(edge-cut) Partitioning / edge-centric(vertex-cut) Partitioning / chunk-based Partitioning / rebalance Partition objective of optimization: minimizing communication volume, load balance, efficiency of computation
### Motivation Currently, the tool that generates the token cannot attach headers. We should support it. For example, it makes sense to attach a [kid](https://www.rfc-editor.org/rfc/rfc7515#section-4.1.4) field for JWKS. ### Modifications...
*(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: #` to...
Master Issue: # ### Motivation Currently, the tool that generates the token cannot attach headers. We should support it. For example, it makes sense to attach a [kid](https://www.rfc-editor.org/rfc/rfc7515#section-4.1.4) field for...
Hello, when I try to use snappy-java on alpine image, I get the following error, do we have some ideas? ``` java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.10-82d62aa6-8497-418b-a504-c335a58c9f0e-libsnappyjava.so: Error relocating /lib/ld-linux-x86-64.so.2: unsupported relocation type 37...
我看代码里这个值值设置成true,会在play_by_music_url时传入_type=1,我还看了上游miservice的代码_type=1 说是会亮灯? 可是我的 小爱音箱pro 好像并没有亮灯。 if self.config.continue_play: ret = await self.xiaomusic.mina_service.play_by_music_url( device_id, url, _type=1, audio_id=audio_id ) self.log.info( f"play_one_url continue_play device_id:{device_id} ret:{ret} url:{url} audio_id:{audio_id}" ) miservice: async def play_by_music_url( self, deviceId,...
## Purpose of the PR - close #xxx ## Main Changes ## Verifying these changes - [x] Trivial rework / code cleanup without any test coverage. (No Need) - [...