yoshikouki

Results 4 comments of yoshikouki

I agree with the pros/cons discussed so far. On a personal note, I like the current filename rules because they are as clear as the Controller in Ruby on Rails....

I'm same here. # Reproducing script ```ts import reactDomServer from "react-dom/server"; console.log("reactDomServer:", reactDomServer); ``` ### Environment ``` ❯ sw_vers ProductName: macOS ProductVersion: 14.4.1 BuildVersion: 23E224 ``` # Result by version...

This worked! I'll make PR ``` if (options.stream === true) { c.header("Transfer-Encoding", "chunked"); c.header("Content-Type", "text/html; charset=UTF-8"); } else { for (const [key, value] of Object.entries(options.stream)) { c.header(key, value); } }...

@yusukebe Please review🙏 - https://github.com/honojs/middleware/pull/419