Joey Chen

Results 18 issues of Joey Chen

**Describe the summary, scope, and intent of this PR:** The current commands are outdated: 1. Path not correct (refer to kubenet, aka scenario used in this article) 2. AKS is...

Change sent to author
do-not-merge
architecture-center/svc
aq-pr-triaged
azure-guide/subsvc
qualifies-for-auto-merge
pnp-review-in-progress

**Proposed change:** Update outdated non-executable command with `-l global`. **Result:** ``` az resource create -n ${ampls} -g ${rG} -l global --api-version "2021-07-01-preview" --resource-type Microsoft.Insights/privateLinkScopes --properties "{\"accessModeSettings\":{\"queryAccessMode\":\"Open\", \"ingestionAccessMode\":\"Open\"}}" { "etag": "\"40019e80-0100-0200-0300-112203201010\"",...

Change sent to author
do-not-merge
Azure-Monitor/svc
logs/subsvc
aq-pr-triaged
qualifies-for-auto-merge

**Describe your scenario** I have a karpenter-based AKS enabled with `--safeguards-level Warning`. AKS is created on 2024-03-26. The alert is being triggered on 2024-04-01. There is no other application (other...

security
Feedback
deployment safeguards

**Describe the solution you'd like** For example, there is a yaml file as below, and it should be rejected: ``` apiVersion: secrets-store.csi.x-k8s.io/v1 kind: SecretProviderClass metadata: name: azure-kvname-wi spec: provider: azure...

enhancement

**Proposed change:** Verify the target link is presented by the same person: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me **Example scenario:** Mastodon profile **Outcome:** ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/30ca121c-3518-49bf-95c8-0e3b9e92aa2c)

**Preview:** ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/1bb1ef68-0546-42fb-9fbf-3ba4b56e3124) ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/74c14f4e-c3bf-4fb9-ab12-759ce5972973) ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/4feb5058-a80d-4f5c-a626-032c677df4a5) ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/82dd72e3-36b5-4622-8958-d62d06aa06f2)

**Feature:** Allow user to set the default theme to `light`/`dark`, or use `auto` to auto switch theme based on user's system theme, when user visiting the blog for the first...

**Before:** ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/615e0c61-c508-4f8a-8025-e0aca192be43) **After:** ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/fbccd132-64ec-4776-8361-2b7d05f561bb) This commit does change the style of button a bit.

If you switch pages between long and short pages, you will find out the the align is different. ![image](https://github.com/saicaca/hexo-theme-vivia/assets/142381267/3964acc7-d5ab-4ecf-a4f7-3c9082a9d9b5) Solution: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter#example_1 Tried auto-hide scroll bar but cannot solve the issue:...

**Proposed changes:** Enhance meta in header for social sharing based on PR (https://github.com/saicaca/fuwari/pull/56). The current version still presents bad in social media like Telegram. **Before/After:** Domain -> Site name ![image](https://github.com/saicaca/fuwari/assets/142381267/fb3ac22e-290a-46fb-a95c-04250cf4a7f8)...