Hsien-Cheng(Ryan) Huang
Hsien-Cheng(Ryan) Huang
## Description When I'm reading the documentation, I felt a bit uncomfortable when traveling between files. So I think I can change that by using a static website generator. In...
Fixed #46 I'm using hexo next to power my blog that I believe many people have used. When I use this plugin to get the published Date, It always returns...
```ts const rs = await parse("https://blog.ryankert.cc/atom.xml"); fs.writeFile("./assests/test.json", JSON.stringify(rs), err => { if(err) { console.log(err); } }) ``` It returns 3 items (post), but the Date of the three objects is...
As describe at title, in [install website](https://software.opensuse.org/download.html?project=home%3Ajstaf&package=onedriver), only support up to 23.10.
### What is this PR for? as title, follow up of https://github.com/apache/yunikorn-k8shim/pull/833 ### What type of PR is it? * [ ] - Bug Fix * [x] - Improvement *...
### What is this PR for? SchedulerCache GetPod() and GetPodNoLock() retrun two values: 1. *v1.Pod 2. bool The boolean value is redundant as it is false if the pod is...
Migrate to newer version of twitter(x) icon. 1. use newer version of font-awesome cdn (since the original doesn't have the icon) 2. migrating icon based on [official font-awesome docs](https://fontawesome.com/icons/x-twitter?f=brands&s=solid) 3....
… and ensureAppAndTaskCreated() ### What is this PR for? From the review https://github.com/apache/yunikorn-k8shim/pull/864 Change notifyTaskComplete(string, string) to notifyTaskComplete(*Application, string). It removes a number of extra getApplication() calls we really do...
### What is this PR for? Spark Operator 2.0 has been released with full YuniKorn support. We need to update the website and push this information. Spark Operator with YuniKorn...