Zaq? Wiedmann

Results 100 comments of Zaq? Wiedmann

@tpiecora In these cases I typically write a separate type to scan into or if its only a couple fields I define individual sql.NullString/etc fields to scan into. Then write...

@eriktate Hey I saw you've got some stuff going for this on your fork, have you had any success getting it working?

@MatthewHartstonge This is fantastic, anything else to help ease implementation on our side would he much appreciated.

2 services within a single truss service isn't something we currently support. Your best bet is probably to generate the services individually. `truss aikucun_activity.proto`, `truss aikucun_product.proto` -- Then potentially if...

Making truss not panic should be pretty straightforward, but marshaling support may be limited.

IIRC even tho truss generated services can use modules and don't need to be in the gopath, truss itself still relies on being in the gopath. Mostly so generated services...

Seems like perhaps you don't have make installed?

Not to my knowledge I'm afraid, I can peak around our internal usage usage and see if I can provide a realworld example. Other than that @egorpushkin is the only...

@bmeneguele @prarit Consider either of these restructures "blessed" :) I do see a potential cyclic imports issue in the later suggestion which I'm not sure how kubernetes works around (@bmeneguele...

:laughing: I knew this day would come !! @albfan This isn't currently supported by lab, but its actually something I've been thinking about a lot lately, but my only use...