Zeeko

Results 21 comments of Zeeko

@qwIvan 码云的 OpenAPI 有相关的功能 https://gitee.com/api/v5/swagger#/getV5ReposOwnerRepoReleasesLatest ``` curl -X GET --header 'Content-Type: application/json;charset=UTF-8' 'https://gitee.com/api/v5/repos/sbxlm/sbxlm/releases/latest' ```

Same problem here, I'm using KDE with X11, installing from aur/pomotroid-bin ``` [48732:0221/162157.138893:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye. yafish: Job 1, 'pomotroid' terminated by signal SIGTRAP (Trace or breakpoint trap)...

@MNHarshitha you can use the `tooltip` option, it works with radar charts. https://echarts.apache.org/en/option.html#tooltip

Maybe this issue is related to https://github.com/apache/echarts/issues/10537#issuecomment-608339356

@theY2Kbug I am looking for a way to create a custom format, e.g. a custom format that can format 0.1 to 10%, 0.001 to 1‰, 0.0001 to 1‱

![image](https://user-images.githubusercontent.com/13861843/182516249-0580af6d-ed9a-4f1e-bcb9-37e526f55ba4.png) @softvision-oana-arbuzov I can reproduce this with: Browser / Version: Firefox 103.0, Chromium 103.0.5060.134 Operating System: Arch Linux

@SilverRainZ 没问题,我自己就在使用这个包,会保证它能够正确工作。 > 你可以随时通过提交 PR 来更新修正这个包。 这个 PR 应该就足够了吧,还需要单独提新的 PR 吗?

I am using `npx` as a workaround, it works well with `node-modules` nodeLinker.

@githubsaturn Could you please let me know when you might have time to review the latest pull request? I appreciate your feedback on it.

I've developed a Proof of Concept (PoC) for integrating dns-01 challenge support into CapRover. You can review the commit here: https://github.com/ZeekoZhu/caprover/commit/1bba84ee90cf798c22a60b63c67cb59dccd40bdd . **To test this implementation, follow these steps:** ###...