Kenta Iwasaki

Results 55 comments of Kenta Iwasaki

For points `(#2)`, `(#8)`, and `(#9)`, would you then suggest splitting the query into independent statements and having them execute separately in a transaction rather than as a single CTE...

Thank you for the PR and for updating the regex! Really grateful for it as I haven't had time to update this module while working on other projects. I'll look...

Fixed in staging branch. Will close once the branch is merged. The solution that was picked is to explicitly disallow async cancellation callbacks.

Fixed in staging branch. Will close once the branch is merged.

For the time being, I defaulted _snow_ to keep track of a mutex-protected cleanup queue of dead connections that are purged periodically/upon `deinit()`.

One area of interest might be looking into caching and re-using `Connection` instances which would all be freed/deallocated upon `deinit()`.

As an update, the source of this issue appears to be due to verbatimModuleSyntax not playing well with Vinxi. https://github.com/nksaraf/vinxi/issues/308

An implementation of bicubic interpolation is available inside llama.cpp. https://github.com/ggerganov/llama.cpp/blob/master/examples/llava/clip.cpp#L1431

I'm looking to use clip.cpp in a project soon - would you mind if I make a PR that brings some of the features in llama.cpp into clip.cpp?

Made PR #233 which addresses this for the js-experimental renderer.