nitedani

Results 36 issues of nitedani

Second version of useNavigate PR, single file, but imports `vike/abort` and `vike/client/router` both on the client and server

Ideas for `vike-react-telefunc` Right now, to integrate `telefunc` and `@tanstack/react-query`, we need to write some boilerplate for query invalidation: ```ts // fruits.telefunc.ts const db = [ { id: 1, name:...

enhancement :sparkles:
contribution-welcome :two_hearts:

### Description When behind a reverse-proxy, the ping loop returns too early, because reverse-proxies usually respond with 502 when the host is unreachable. Before the fix: on vite server restart,...

The added test fails without the PR. Fixes: - https://github.com/honojs/hono/issues/3316 - [x] Add tests - [x] Run tests - [x] `bun run format:fix && bun run lint:fix` to format the...

### Description I'd like the ability to set response headers in a hook/config. This would be useful for, for example https://github.com/magne4000/vite-plugin-vercel, so it could allow users to set cache-control headers...

enhancement :rocket:

Issue: Given the following package: ```json { "name": "@nitedani/vercel-edge-conditions", "version": "1.0.2", "type": "module", "exports": { "./__internal": { "edge-light": "./lib/internal/edge-light.js", "edge": "./lib/internal/edge.js", "worker": "./lib/internal/worker.js", "browser": "./lib/internal/browser.js", "import": "./lib/internal/import.js", "module": "./lib/internal/module.js", "node":...

https://github.com/magne4000/vite-plugin-vercel/pull/104 Example of telefunc running with this: https://hono-react.vercel.app/dynamic https://github.com/brillout/telefunc/issues/117