Seonghoi Lee

Results 5 issues of Seonghoi Lee

**To Reproduce** Steps to reproduce the behavior: 1. Click a slack link from README, browser opens url `https://slackin.px.dev/` 2. write my email address and click 'send invite' 3. browser sends...

How to patch adding volumes and volumeMounts? ### What I tried? ```bash $ cat patch.yaml - op: add path: /spec/template/spec/containers/0/volumeMounts value: - name: trace-result mountPath: /tmp/results - op: add path:...

single `exit 1` process - throws error `exit 1` process with piped - does not throw error Is it intended behavior? ```javascript async function checkPipe() { try { await $`exit...

investigate

### What does it fix? normal tag directive - `%TAG !taghandle! tag:yaml.org,2002:` test case `%TAG !12345! tag:yaml.org,2002:` - **currently** `js-yaml` throw error during parsing tag directive - **expected** it should...

### Is your feature request related to a problem? Please describe. Currently, setting locale via `dayjs` is done by using `require('dayjs/locale/ko')`, as the document says as this [dayjs-changing-locale](https://day.js.org/docs/en/i18n/changing-locale). or [dayjs-changing-locale-for-locally](https://day.js.org/docs/en/i18n/instance-locale)...

enhancement