Suguru Inatomi

Results 52 comments of Suguru Inatomi

よろしくお願いします! 🙌 プルリクエストにはこのイシューへのリンクを付与してください 🙇

ぜひ、よろしくお願いします! 🙌

@darkss-xyzzy ぜひよろしくお願いします!

Thank you so much. But I think that webbundles builder is too experimental to list up. The original specification is not stable yet. I cannot recommend anyone to use the...

Can does this feature allow us to do processing like `$compile` ? ``` ts @Component({ selector: 'my-cmp', template: ` ` }) class MyComponent { dynamicTemplate = `Hello`; } ``` renderer...

@EdamAme-x Please follow the contributing guide. https://github.com/angular/angular-ja/blob/main/CONTRIBUTING.md

よろしくお願いします! 🙌

I have no idea whether this is a bug or a feature request.

@yusukebe Thanks! How do you feel about `HonoRequest#clone(): HonoRequest`, which allows cloning the request without `req.raw` access? ```ts const cloned: HonoRequest = c.req.clone(); const body = await cloned.text(); ```

@yusukebe It makes sense. Thank you for the clarification!