Randy Lough

Results 18 comments of Randy Lough

@doug-martin If I were to look into this, where would you suggest I start? I did see that the `valuer` interface does get implemented in goqu, so for json you...

I created a simple helper function until future progress is made, since this is something I needed pretty badly. This touches and loosely fixes my other issues #176 & #174....

Thanks for the reply. Yeah I saw that the sacnner/valuer does get called in goqu if it is implemented. My suggestion / feature request if it was missed is to...

@doug-martin That makes sense. My initial thinking was struct tags might make the most sense since I saw `goqu` checks for `db:""` tags pretty early on. Also considering you can...

@doug-martin let me know what your thoughts are on PR #180. It's still a work in progress, but it gives support for embed values (and omitempty) for both interpolated and...

> Im also looking for this feature. Something like a omitempty tag I second this. Omitempty seems like the obvious choice for this

+1 It took me an unhealthy amount of time to figure out I had to put a "+" symbol in the phone number / fax string to create a contact....

Yeah this is frustrating behavior. No shouldn't be an error. If you want to split the logic tree based on the confirm result you can't do that, since it's an...

for anyone coming across this issue, I've gotten around this issue by mocking a normal prompt to look and act like a confirm prompt. I run the results through regex...

@YeungKC: I just made a similar/duplicate to this issue: https://github.com/MathiasGilson/Tailwind-Styled-Component/issues/61 The reason this is happening is because of the `$as` prop. Also want to point out that you are using...