Kei Kamikawa

Results 108 comments of Kei Kamikawa

@balajiv113 Do you have any idea about this method signature?

@balajiv113 Yes, I think this usage is may difficult 🤔 https://github.com/Code-Hex/vz/issues/118#issuecomment-1399531495

@balajiv113 Thanks. Yeah I think so :D > One thing to watch out is, we need to support both this and GUI delegate.

Please use v0.2.1 for this issue I don't have plan to support for this > Can we manually bind/combine?

@yusukebe The problem with that approach, as described in the description, is that it cannot handle branching when each template has different props. For example, template A might have only...

@yusukebe I didn't write async await code directly, written it by `@typescript-eslint/promise-function-async` related: https://github.com/honojs/hono/issues/1812 This issue is a simplified version to demonstrate reproducibility. In reality, the problem occurred with the...

@usualoma Thank you. I'm currently avoiding with a similar approach! ```tsx return await html`${{children}}` ```

@alidevhere Thanks What do you think for the usage?

@alidevhere I see. sounds good. I think that the development direction should be as follows: 1. Create new [options](https://github.com/Code-Hex/go-generics-cache/blob/9f98378e35c0f1d37a62f9e0b34f9234a0007e1c/cache.go#L113) like `WithSave`, `WithRestore`. 2. `WithSave` may have a functional parameter like...

@alidevhere Thanks your initial PoC but I'm sorry I cannot accept the PR 🙏