Walter Scheper

Results 11 comments of Walter Scheper

Will do. I also realized I should add Examples, so I'll push them as well.

I don't think anything is being scheduled for the PR, but I'm not sure why. Edit: just looked at the workflow file, and there's no trigger for pull_requests. I can...

I think GitHub treats pushes to pull requests differently than pushes to "normal" branches. I'll try a rebase later today. On Thu, Nov 12, 2020, 11:28 Gregory Petrosyan wrote: >...

I'm at a loss on how to address the 1.13 issue. I think I may need to install go 1.13 and try stepping through the example with delve. I should...

Hey, apologies for leaving this hanging for so long. I see that you added some build tags to try and get around the example tests not lining up correctly. I...

The only time I can think of where go will handle those differently is in comparison to nil. For example, the following will only print "a is nil" once: ```golang...

I want to test some code that parses a string as a URL in order to separate the scheme/host/port from the path, dropping any queries or fragments. I used the...

Does this seem reasonable? I can start a pull request so we can look at some actual code.

Finally got around to trying to implement this. Not completely sure I'm using the best implementation here, as I'm not completely sure how to use some of the internal bits...

Hello! GitHub randomly reminded me about this abandoned PR of mine. Thought I'd take a bit and update it, and was pleasantly surprised by the new API using generics. Awesome...