Kenta Iwasaki

Results 35 issues of Kenta Iwasaki

Hi, I wanted to put up a feature request for support for TanStack Query v5 which makes `defaultPageParam` mandatory in `useInfiniteQuery` and exposes `pageParam` and `direction` in QueryFnContext. If there...

will be resolved in a major release

Fixes a memory leak identified by passing an AbortSignal to pipeTo. This PR is one of a series of PR's aimed to resolve [memory leaks while running a Next.js standalone...

A dirty hack that is being used right now is that runtime.Context stack-allocates a fixed-sized [1024]u8 to serve as the stack for the invocation of async cancellation callbacks. For all...

A fairly common operation in code that takes in a runtime.Context is to have the runtime.Context be canceled when a timeout is exceeded. Once this is implemented, all code in...

sync.Parker right now takes up two responsibilities: as a notification primitive, and as a one-shot channel primitive. It would be better to split sync.Parker into two separate primitives.

Rather than immediately accepting an incoming node ID when performing a node ID handshake, use a bounded task pool to attempt to connect to the address listed on the node...

Ideally, when `Client.deinit()` / `Server.deinit()` is called, all heap allocations associated to connections pooled in either should be freed before `deinit()` returns. There are two strategies on how memory/resources are...

enhancement
help wanted

### Describe the bug ## problem Both `client-runtime` and `server-runtime` for TanStack Router server functions reference the same `fetcher()` function implementation in `server-fns/fetcher.tsx`. This confuses Vite as `fetcher()` is mixed...

start

### Provide a general summary of the feature here Components that are portaled into i.e. `document.body`, such as Modal, do not support server-side rendering. ### 🤔 Expected Behavior? That portaled...

Hi, I wanted to ask if the following complex CTE query which comprises of inserts, deletions, and updates could be modeled with this library. Suppose we have a post system...

question