Ben Congdon

Results 37 issues of Ben Congdon

As a followup to #170, let's see if we can remove the post-amend "git reset" that is currently necessary to clear the index state following an amend from the working...

enhancement

As discussed in #48. Note: Depending on how this is implemented, we may need a `git stage` command as a prerequisite for this

enhancement
help wanted

If the ReactLifeTimeline component is created without a non-zero length `events` prop or without a `get_events`, then birthday / current_week events are never rendered. Looks like [this section](https://github.com/onejgordon/react-life-timeline/blob/master/src/ReactLifeTimeline.js#L17) should be...

To make it easier to use [Go1.13's `errors.Is` and `errors.As`](https://blog.golang.org/go1.13-errors), it'd be great if the `To___E` functions wrap a common "cast error" so that transitive callers to these functions can...

This checks in the failing test that #1019 references, and proposes a fix to `LocalFlags()` not copying information about whether a flag has been parsed or not. If preferable, I...

kind/bug
area/flags-args
area/lib

Currently episodes are sorted by their publish date (i.e. the video upload date). It would be nice to be able to sort by playlist addition date (which is exposed on...

C-enhancement
P-low
help-wanted
A-feed

I noticed that for some podcast hosts, downloads would be refused without a valid `User-Agent` header set. This PR adds a generic `User-Agent` header to the downloader. I also edited...

As discussed in #6, it might be useful to have a flag that skips the compilation/deployment step for Lambda invocations. Pros: - If you have a really complicated job (code...

Is it worth adding the ability to change the record split function? Currently records are split by newline, and any split function would have to conform to the [bufio.SplitFunc](https://golang.org/pkg/bufio/#SplitFunc) signature,...

question

An analog of Hadoop's "Combiner" will reduce the amount of data needed to be written to the global map output for certain workloads. The combiner should have the same interface...

enhancement