Yusuke Wada
Yusuke Wada
This is closer to a feature request than a bug. Therefore, I will change the label.
Hi @exoego I'm sorry I can't review it yet. Still a little bit busy; please wait.
@exoego I'm sorry for being super late. I have an idea, and I'll share it with you soon.
Hi @timkelty! I want to know what the issue is with the `TypeError: Can't modify immutable headers.` error you face. Can you provide examples for reprocue it?
Hi @NathanFlurry Is this Hono-specific problem? Can you try it without Hono by referring to the link? https://docs.deno.com/examples/http_server_websocket/ I tried it quickly, but the behavior is the same for both...
Hi @vickyRathee How about adding the declaration at the top of the code? ```ts /** @jsxImportSource react */ ```
Hi @NamesMT It's not a bug, it's designed so. This is a simple question. Isn't it enough to call `getCookie` after `setCookie` manually?
@NamesMT Ah, completely misunderstood. Yes. The feature you suggest should be implemented. Can you create a PR to do it?
@NamesMT I've never thought I wanted to do that function before, and now (since I'm not creating real-world systems, so I may not have the chance to handle a large...
Not only this, but we would like to reduce the amount of code by using a common single method, e.g., `new Response()`. Please wait while I think about how to...