Delaney

Results 129 comments of Delaney

Thanks for the heads up, dealing with the buffers directly is fine, and long as I know that's what you need to do. Probably should keep open until the README.md...

So the first way worked fine, the second however gives this error ``` javascript ges-client\node_modules\protobufjs\dist\ProtoBuf.js:2640 throw(e); ^ Error: Illegal value for Message.Field .EventStore.Client.Messages.WriteEvents.events: .EventStore.Client.Messages.NewEvent (Error: Missing at least one required...

What I mean is say you are in the middle of a for loop and have X and need to do something like `y := costlyFunc(x)`. With quicktemplate code you...

Yes, the thing is, compiled templates "are just go code" so having code scoped is very valuable. I use heavily in quicktemplate for complicated stuff like auto-generated naming or lookups...

Counter point, making extra structs and allocations when it's all just Go functions (especially in the same scope and call stack) seems like an anti-pattern.

> Is the ability to "unset" a column necessary Yes, the semantics of something existing in a column is different from being the zero value. There is already the concept...

Zero value it different from no value. Once you add a column to an id currently there is no way to get back to the original state.

I would guess its a breaking change so it'd be a 5.x release. Also it's also a judge of how active the project is. I was looking to build quite...

Appears https://github.com/SamHennessy/hlive/blob/2a1de9ceddaa9e3563c1c97e41ea3bdb9e75de8d/hlive.go#L115 is the culprit as `*string` isn't valid. Going to fork and try to fix.

just so you know I'm deep into not just fixing this but a host of issues, DM'd on slack