Daiki Noda

Results 12 comments of Daiki Noda

I have a same issue on WSL2. It fixed by @bva99 's idea. Thank you!

Setting `resolutions` is just a dirty hack for only in yarn. Should we update `react-test-renderer` in `package.json`? https://github.com/storybookjs/storybook/blob/a3348bf629cbf5942a4b97ce7664531034869840/addons/storyshots/storyshots-core/package.json#L64

In my case, I use a wrapper to kill jobs by timeout. ```lua wrapFunc = function(someFuncReturnPid, timeout) timeout = timeout or 5000 local pid = someFuncReturnPid local timer = vim.loop.new_timer()...

Wouldn't it be more convenient to have timout in the `job` itself? I don't like using `sync` because of waiting time.

Probably works, but not thoroughly tested yet

Manually, I confirmed that LspRestart and LspStop work.

ya, I know Feberist/asdf-pandoc is in index. But Feberist/asdf-pandoc isn't good, IMHO. It doesn't meet basic requirements, and we can only download a few versions of Pandoc with this plugin....

I saw @StephanMeijer's PR, but there are still some issues https://github.com/Fbrisset/asdf-pandoc/pull/6 . I'll create issues and send a PRs to @Fbrisset later.