Taku Amano
Taku Amano
@Code-Hex Thank you for your response. I thought, "Doesn't this look better?". ```ts return await html`${{children}}` ``` However, there may be times when it is more convenient to pass HtmlEscapedString,...
Hi @watany-dev. Thank you! I can't think of any situation where `defaultContentType` would be needed. I think it would be very very rare, if any, so instead of providing a...
Hi @riywo Thanks for suggestion! Indeed, we would love to provide a solution to that problem. And I think one good solution would be to have something like `c.redirect(location, {...
OK, I'll take a look. > tooltip, useInsertionEffect
@watany-dev Thank you! I agree with merging this PR, as it is a useful feature. ### `parseDuration` It is close to the alternative one of my following comments on BodyLimit,...
I believe this is Google Chrome's behaviour for 408 https://groups.google.com/a/chromium.org/g/chromium-dev/c/urswDsm6Pe0/m/JBObkCT0AAAJ According to the RFC, requests can be repeated in status 408, so I think Google Chrome is resending requests accordingly....
Hi @fzn0x! Thank you for the great PR. I have two comments. ### `all` is always enabled. Since `all` is always enabled in the current branch, I think the code...
@fzn0x Thank you! > 716de84 Sorry to add one more point. From a security standpoint, I think it would be better to prevent the File object's properties from being able...
Nice feature! This is the natural behavior expected by users and I hope it is supported.
Great nice work! I am fine with this approach.