Elliot Chance

Results 218 issues of Elliot Chance

enhancement

enhancement
help wanted

Earlier version of gedcom skipped over many unit tests (most of them have been marked with a TODO) but also missing documentation.

enhancement

They are continuation nodes for larger blocks of text.

enhancement

It would be much easier for people to use if it was available as a pod.

I'm finding there are cases where I need to transform elements and skip/ignore some. It can be done with `.Transform().Select()` but it seems a little verbose for me.

enhancement

A generated marker is a comment that let applications know to exclude code from code review, such as reviewable.io.

enhancement

Find will return the index of the first element that matches, or -1 if none match.

enhancement
good first issue

In a recent version, I introduced `fmt.Stringer`, see: https://github.com/elliotchance/pie/blob/master/functions/float64s.go#L19-L20 `mightBeString.String()` will be replaced with a `fmt.Sprintf("%v", mightBeString)` for types that do not implement `fmt.Stringer`. The functions that support this as...

enhancement