Jongsu Liam Kim

Results 28 comments of Jongsu Liam Kim

I found another situation ``` root@67c40e951d84:~# julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __...

Yeah. As you know, guru interface is already in FFTW.jl but for internal use. You can reuse it. https://github.com/JuliaMath/FFTW.jl/blob/master/src/fft.jl#L491

See https://github.com/mkloubert/vscode-remote-workspace/issues/90#issuecomment-477251942

Why this one not merged at that time? It could be worth to merge and add Linear & quadratic later.

seem to be already in https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa__cors what's difference between `@types/koa-cors` and `@types/koa__cors`?

FYI, `urubu` (for docs) seems to be a dead project. I had following issues when generating docs. 1. [`markdown` should be `< 3`](https://github.com/jandecaluwe/urubu-quickstart/issues/10) 2. [Need `index.md` even it is ignored](https://github.com/jandecaluwe/urubu/issues/35)

I added the test.

For me, this issue was caused by [bug of uv](https://github.com/astral-sh/uv/issues/5448), and I found a [workaround](https://github.com/astral-sh/uv/issues/1339#issuecomment-2298757323). Additionally, from uv version 0.3.5, it supports the `--trusted-host` option, which allows you to bypass...