timdadd

Results 6 comments of timdadd
trafficstars

> Go does not support relative imports. > > https://stackoverflow.com/questions/38517593/relative-imports-in-go > > But, like others, I've had no problems structuring large applications with lots of directories. You need to give...

Hi all, I don't know if this helps, but I had this exact same issue but finally tracked it down to a coding error. Before 1.17, the coding error never...

The only reason for adding this is because the sql package defines all the null types. As it's generic code in the software using the SQL package, it would be...

@rsc I have to unmarshall json messages that have an unknown structure but follow the sql.null format because they were marshalled from SQL structs. Being SQL null they are of...

Apologies for slow reply, I don't play with this very often. The error is invalid number of attributes. I changed the line to remove 'value' `button.bind( 'isOn', 'isEnabled' ).to( command,...

This is a code change to support not just loading templates from files but also sending template from calling code which is a bit more "cloud" friendly. My fork includes...