Tom Godkin

Results 17 issues of Tom Godkin

Allow matching tolerance for equal matcher. Let me know what you think. Had considered also adding either matching to decimal places, significant figures or percent - kept it simple for...

Hi there. In a suite test I recently wrote , I added the following to the AfterSuite to detect if there were go routines being leaked at all: ```go var...

waiting-for-response
v2

Fixes #495 Summary: Ginkgo fails to compile suites that have no specs for an architecture when there are specs for other architectures.

bug
change-requested

**Is your feature request related to a problem? Please describe.** Iterators often call underlying iterators (such as `Map` or `Filter`). Sometimes an iterator can become exhausted before its underlying iterator...

enhancement
good first issue

This ensures no vulnerability to the following CVEs: - CVE-2021-37219 - CVE-2021-3121 - CVE-2020-7219 - CVE-2021-38698 - CVE-2020-25864 - CVE-2018-19653

Make sure you have checked all steps below. ### Prerequisite * [ ] ~~Please consider implementing the feature as a hook script or plugin as a first step.~~ * [...

need-feedback

**Please provide a brief description of the change.** Support `tee` behaviour for iterators. **Which issue does this change relate to?** #88 **Contribution checklist.** _Replace the space in each box with...

**Is your feature request related to a problem? Please describe.** It's possible users would like to use an iterator more than once. Be using `tee` as inspiration we can have...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Printing as a string today (`0.17.0`) looks ugly: ```go counter := iter.Count() fmt.Println(counter) fmt.Printf("%s\n", counter) // &{{%!s(*iter.CountIter=&{{0xc0000a6000} 0})} %!s(int=0)} ```...

enhancement
help wanted
good first issue

After updating go to 1.11 and then running update, I see the following whenever I try to edit a go file in vim: `gocode panicked`. I found the following in...