Ricky

Results 28 comments of Ricky

Another thing to note (not strictly a bug like above but something that could be improved): When using []bytes as an override instead: ``` overrides: - column: "user_with_posts.posts" go_type: type:...

Any updates on this? It would be amazing if you could actually have some docs/type completion for the various methods.

That sounds like a really good approach actually. In the meantime I am just defining types manually on my wrappers like this, in a module that I require from the...

Such an annoying issue with many eslint plugins.

I have disabled perfectionist entirely but I still get this error sometimes (also using bun)

> > I have disabled perfectionist entirely but I still get this error sometimes (also using bun) > > Any rules using `module.isBultin` will face this issue. Yeah I realized...

Has anyone found any solution to this? I have tried every solution listed here but couldn't get the icon to align correctly.

That's strange. The only difference between your code and mine is that as the handler to my routes I'm using a custom handler type which is just a RouteHandler type...