Dave Lowther
Dave Lowther
# This is a Bug report (or question?) ## Description For bug reports: * What went wrong? Trying to invoke a child machine from parent by a ref to logical...
If you are reporting a bug or requesting support, start here: ### Bug or support request summary I'm importing my base style reset in preview.js, it does normal reset things...
Following along the route groups documentation with openapi and the app is functional, but the openapi docs are empty. If I move the customer route into the main app file...
### What version of Hono are you using? 4.5.3 ### What runtime/platform is your app running on? aws lambda ### What steps can reproduce the bug? Create a HTTP Api...
If i have types passed to the Hono generic like: ```typescript type HonoBindings = { Bindings: { event:LambdaEvent; lambdaContext: LambdaContext }; Variables: { logger: PowertoolsLogger } } const app =...