watany
watany
There may be a cooler way to do this, but you could also make a hybridapp like this. ```ts const dir = './static' const result = toSSG(app, fs, { dir...
It may be a bit wasteful in its usage with respect to this purpose. Since it is necessary to create a wrapper function for fetchRouteContent, such as scanSSGRoute, to skip...
StreamingAPI is exported like this, I see. https://github.com/honojs/hono/blob/a8fb2377c90de6f216135a4bb3c2bd1704c1086f/src/utils/stream.ts#L1-L10 If it's acceptable, I can make the modifications. Are there any other opinions on this? @yusukebe @sor4chi
I am a developer maintaining an AWS lambda handler If AzureFunctions user values customizability, this interface looks good. const httpTrigger: AzureFunction = async function (context: Context, req: HttpRequest): Promise {...
@yusukebe @usualoma I would like to get your opinion on this specification.
I made it, but if we are going to solve the .html completion problem, it might not be much different from not providing a defaultContentType option and automatically making it...
close. Ref: https://github.com/honojs/hono/issues/2284
This has been fixed in the latest version since I solved it https://github.com/aws/aws-cdk/blob/475dbef2e58ed5cf63cacf7d0c24cea4980b0ce2/packages/%40aws-cdk/aws-ec2/lib/vpc-endpoint.ts#L422
I have tried to fix the problem at hand for a short time, but it appears that the header rewrite does not work if I just change the createRequest. In...
@yusukebe @usualoma Thank you for your comment. Actually, I also think that it would be sufficient to just use milliseconds for the duration. I adopted this approach because there was...