Yunsup Sim

Results 20 comments of Yunsup Sim

Progress: Fix adding `version.` to sortPath when queryDraft has sort. When payload v3 is released, I hope it will be fixed and merged with the reason why `selectFields.sort` was used....

Oh, sorry. In my environment, the paste method is not working, so I opened issue. When Pasting(command + V) in macOS is working well, but in Windows 11, It(Ctrl +...

Related Issue: xtermjs/xterm.js#2478. Paste works with Ctrl + Shift + V.

This seems to be a bug caused by inserting the `nextHandler` too quickly. nextjs [injects `AsyncLocalStorage` into `globalThis`](https://github.com/vercel/next.js/blob/canary/packages/next/src/server/node-environment.ts) when it's ready, and I think it's caused by using the `nextHandler`...

Oh, sorry. I uploaded previous version code. `importConfig` and `getPayload` code must be in then block in `nextApp.prepare`. Because [`importConfig`](https://github.com/payloadcms/payload/blob/e4eb5eb37ebe6a204dd6f92fcfc338bc87428c42/packages/payload/src/utilities/importWithoutClientFiles.ts#L24-L44) call [`loader`](https://github.com/payloadcms/payload/blob/beta/packages/payload/src/bin/loader/index.ts) and `loader` calls `next/navigation`. So This will work...

Nuxt recommends to generate type(or any file) via [`addTypeTemplate`](https://github.com/nuxt/nuxt/blob/da97ec76a953ee10bfdf4ad618f298b66225ef42/packages/kit/src/template.ts#L71-L93), or via `prepare:types` hook. If we have to support runtime config, How about adding `addTypeTemplate` and change docs?

![Image](https://github.com/user-attachments/assets/802e6751-2156-4714-b8a0-58a174cd1d04) - https://github.com/trentm/node-bunyan/issues/667 - https://github.com/trentm/node-bunyan/issues/729 Warning becuase of `mv` in `bunyan`. But maintainer doesn't reply on this on 4 years. It is needed to sync upstream on `web-ext-run` ( https://github.com/wxt-dev/web-ext-run/pull/6...

Should update `open` and `ora` in `publish-browser-extension`. ![Image](https://github.com/user-attachments/assets/2cc609a3-c61d-498a-aa06-7203a153c889) ![Image](https://github.com/user-attachments/assets/033beb90-dab0-4b65-965f-97d027ad0c51)

Rather than adding a transition state, I think it's better to ditch the `setInterval` logic that changes from `enter-active` to `enter-done` and create an interface that can be manipulated in...

There is no Converter for `align` and `indent`. But "whitespace stripped" is not bug. Just add [CSS `white-space`](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space).