Luis Hernandez

Results 7 comments of Luis Hernandez

> ``` > authMiddleware := authMiddleware.MiddlewareFunc() > > r.Use(func(ctx *gin.Context) { > // Only execute auth if header present > if _, ok := ctx.Request.Header["Authorization"]; ok { > authMiddleware(ctx) >...

@adidahiya ran into the same issue. @justinbhopper Workaround worked for me though! (i.e. rendering the array of Tab elements.

This would be super handy too. Feels like mirroring some of the `InputGroup` props in `editableText` would make sense. `rightElement` and `leftElement` at least.

@kazuar were you able to resolve this issue? having the same issue now

@kazuar hmmm okay, thanks! I was able to reproduce the error so I'm gonna try to debug the thrift issues. I have it working in docker with docker-compose, but I'm...

@kazuar sidenote what other framework did you end up using?

@kazuar Figured it out! I ended up having to pin the version of hbase at 0.98. So I'm using https://hub.docker.com/r/harisekhon/hbase/tags/ with the `0.98` tag.