NiteshSingh17

Results 6 comments of NiteshSingh17

@sabdailydev The current schema is an array of strings. If we change it to an array of objects that include labels, it will break compatibility for existing users.

👋🏻 @nick-ollier Thanks for your comment! I also think this might be a simple and easy way to solve the issue. However, I have one concern with this approach it...

Hi @hwbrzzl I’ve been looking into this issue and was exploring a potential solution. My idea is to pass a struct (with a String() method implemented) as a shared variable...

I have a couple of questions regarding the CSRF token implementation that I’d appreciate your help. 1. Regarding how we pass csrf_token to templates: Are we expecting the user to...

I've been exploring the `Gin` repository and noticed that the `Session()` method is available on the `http.ContextRequest`. However, when rendering views, the `ContextResponse` is used, which does not have access...

It suggests that you may need to downgrade your Node.js version to v16. Have you tried doing that?