sugar-cat
sugar-cat
@yusukebe Hello! Thank you for checking this! First of all, as a premise: Casbin is more of a framework for authorization rather than authentication. Essentially, it controls "who" can do...
@yusukebe Sorry for the delay. I’ve made some modifications to the codebase. The changes are as follows: - I separated the main `casbin` middleware and the authorizer we provide into...
@yusukebe > I can do it later, but can you create a PR to refactor like that on honojs/hono? I have created a PR to move the functions to the...
@yusukebe I have incorporated the content from hono v4.5.11 and removed any duplicate sections.
@yusukebe Thank you for the review! I've made the corrections!
@yusukebe I'm sorry, it seems like the method I used to resolve the yarn.lock conflict wasn't good, and it's causing the CI to fail. Should I revert it?
@RomainMuller Thank you. I understand now why the `net/http` span is being generated. > Since we rely on the root span's message for error tracking and other purposes, this behavior...
As many of you may have already noticed, one solution to this issue is to selectively choose integrations (likely added around [v1.1.0](https://github.com/DataDog/orchestrion/releases/tag/v1.1.0)). You can modify `orchestrion.tool.go` as follows to exclude...
> Thanks for the submission 🥳 , but I also noticed that we don't have any documentation on this feature in https://agones.dev/site/docs/reference/fleetautoscaler/#webhook-endpoint-specification > > Any chance you want to also...
@markmandel Hi! I'll take this on!