Results 30 issues of -akku-

**Describe the bug** If WITH_KAWPOW is disabled in CMakeLists.txt, it will not build correctly. **To Reproduce** Edit `CMakeLists.txt` and set `WITH_KAWPOW` to `OFF`. `option(WITH_KAWPOW "Enable KawPow algorithms family" OFF)` **Expected...

### What is the feature you are proposing? I would like to do directory-based routing like SvelteKit and Next.js App Router. Either in a way like `(+)page.ts` or separate files...

enhancement

There are some things that cannot be understood just by reading the documentation. Source code is useful in such cases. Life with UNIX has the following chapters: > 4.2 Sources...

Power UP #3221 . You can define your own headers and the editor (e.g. VSCode) can complete them. ```ts import { Hono } from "hono" const app = new Hono()...

### What version of Hono are you using? 4.5.6 ### What runtime/platform is your app running on? any ### What steps can reproduce the bug? 1. Open the Hono source...

not bug

### Describe the need Currently, octokit only supports creating middleware for Node.js , but there are times when I want to use octokit in an environment other than Node.js ....

Type: Feature

### What is the feature you are proposing? Hono's RegExpRouter is fast, but it has the disadvantage that route registration is slow. > RegExpRouter is fast, but the route registration...

enhancement

Some npm packages import Node.js APIs without the `node:` specifier. To enhance compatibility, Deno should allow npm packages to use the Node.js API without the `node:` specifier.

needs info

現在、フォーラムのスレッドに `/setup` を行うと次のようなエラーが発生します。 ![image](https://github.com/user-attachments/assets/189d5774-19bf-4be6-9e0f-86c7a817e84e) フォーラムスレッドでも通知ができると嬉しいです。 追記: テキストチャンネルのスレッドには設定できました

bug

### Steps to reproduce 1. Setup a Farm project 2. Install `@farmfe/plugin-virtual` 3. Write dynamic import (importing virtual module) 4. Build ```ts /work/farm-project # FARM_DEBUG_HTML_MINIFY=1 pnpm build > [email protected] build...