Ralph Caraveo

Results 70 comments of Ralph Caraveo

Hi, Thanks for the comment but I do largely consider this package to be neutral to other testing packages aside from Go's standard lib flavor of testing. I know testify...

Hello, I believe we used to have such methods but they've been streamlines by having some of the New* functions be variadic which means you can still pass a slice...

Hello, I think you’re right we could use some clarity around how iterators work and any potential pitfalls. So in an effort to preserve long-standing backwards compatibility there are actually...

Calling Stop closes the channel. It’s best practice to do a proper shutdown with things. In the event that the channel is not fully drained Stop will ensure the remaining...

Also, I’d love a PR that clears up docs. =)

Holy crap! This is *exactly* the kind of "behind the scenes" I was looking for to your methods! I have many years of software experience but practically none when it...

Another grand reply from you @scemino! A million thank you's for doing this. I'll definitely get my hands on the TP game first and the asset files and take a...

@fabriziosestito - release 2.3.1 has been pushed. Let me know if this satisfies your fix. @fujie-xiyou - thanks for the fix. The other issues that you mentioned in the email...

@fabriziosestito - ok I am reopening and will look into a solution as my time permits.

I finally got around to looking into this: It's a somewhat nasty bug and the best explanation I have so far: pretty much in all cases when the `UnmarshalJSON` interface...