Eric Freese

Results 23 issues of Eric Freese

I just came across a method for implementing async in zsh that doesn't require the zpty module. Take a look at this commit in zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions/pull/338 Not sure if it...

Hi, I'm getting some errors trying to run `git diff-blame` ``` Use of uninitialized value $prefilename in regexp compilation at /Users/ericfreese/bin/git-diff-blame line 54, line 1. Use of uninitialized value $postfilename...

This commit is based on [zsh-syntax-highlighting's similar commit][1]. Also, motivated from PRs #640 #617 . [1]: https://github.com/zsh-users/zsh-syntax-highlighting/commit/750aebc553f2f4149055ef4cb9d7641f5df6d3ea

Include: - Slow paste with BPM enabled: https://github.com/zsh-users/zsh-autosuggestions/issues/238#issuecomment-389324292 - Suggestion not appearing (color theme issues)

meta

This line: https://github.com/boulder-food-rescue/food-rescue-robot/blob/54848ced21685a063a743cd560145c77cfed9d60/app/models/location.rb#L21 (In progress by @mfrost)

refactor

See https://github.com/CanCanCommunity/cancancan and PR #69 - [ ] `VolunteersController` - [ ] `AbsencesController` - [ ] `LogsController#index` - [x] `ScheduleChainsController` (#135)

refactor

- [ ] Taking a one-time shift (in progress #81) - [ ] Taking a recurring shift - [ ] Scheduling an absence (in progress #82) - [ ] Seeing...

testing / review

Lots of factories have random behavior, which is a recipe for flaky tests. We saw this recently with the spec added in #112. The flaky behavior was traced to a...

cleanup

See https://github.com/collectiveidea/interactor and a5c59b6 - [x] `Volunteers#knight` (#108) - [x] `Volunteers#reactivate` (#109) - [ ] `ScheduleChains#update` - [ ] `ScheduleChains#take` - [ ] `ScheduleChains#leave` - [ ] `Logs#take` - [...

refactor

See PR #64. - [ ] `ScheduleChains#show` (@ericfreese in progress) - [ ] `Volunteers#stats` - [ ] `Logs#receipt` - [ ] `Logs#export`

refactor