Results 22 comments of krishan kumar

> I'm also willing to implement this using the Bubble Tea Framework, but it would take me longer to do so. We currently do not require it, as Goravel does...

> CI failed, pls check. Sorry @devhaozi , it’s still not finished, so I’ll make it a draft for now. My local machine was hanging when I used NilAway, so...

@meooow25 I believe, the issue is that `fetchFromContentScript` doesn't know which tab requested the prediction. It just queries all Codeforces tabs and picks the first "complete" one. This means it...

Gin doesn't support named routes :slightly_smiling_face: .

I believe this is only necessary for framework developers; adding more dependencies for framework users is unnecessary. Simply adding an instruction about mockery in the contribution guide will also work.

@NiteshSingh17, Goravel sessions already include a `_token` attribute (accessible via the `Token()` method) that was originally added for CSRF support. We’re not using it right now, but the token is...

Yeah, I agree, the user shouldn't have to pass `csrf_token` manually. It should just be there. Since `framework/session/middleware.StartSession` already adds the session to the context, the [`Gin`](https://github.com/goravel/gin) and [`Fiber`](https://github.com/goravel/fiber) packages...

https://github.com/goravel/goravel/issues/229

> Could you please create other PRs for goravel/goravel and goravel/docs? Yeah, already in progress