Igor Katsuba
Igor Katsuba
@edbzn thank you! I check it out
Any update on this?
@Allcharles, thank you for the excellent issue! I will try to think about that
Hi @Nealsoni00! Thank you for your report! Could you create a simple example on http://stackblitz.com/?
Hi @Nealsoni00! I can't reproduce your case in the beta channel. Can you try the beta?
There is a problem with the "has conflicts" label. The default `pull_request` workflow trigger does not work when PR has conflicts. It can do `pull_request_target`, but this trigger has some...
Some thoughts about linked issues: - PR can have more than one linked issue - linked issues can be accessed with GraphQL API. But if I understand right, there will...
This PR will close #5188
I found the `createHonoServer` function and create my own Hono instance with it ```typescript import { Mastra } from '@mastra/core/mastra'; import { createLogger } from '@mastra/core/logger'; import { createHonoServer }...
Hi @wardpeet! Don't you think that's too wordy? You already have `hono` under the hood. Wouldn't it be easier to just let us get a hono instance and work with...