Todd Sedano

Results 19 comments of Todd Sedano

I did not create an email.rb file under config/initializers..... I would update the directions to be more clear that this how goldberg expects emails to be configured. I did my...

That is cool. I'm told that git-duet does the same thing. It is annoying for both tools =)

Maybe it's time to move the tap? It's currently here: https://github.com/pivotal-legacy/homebrew-tap/blob/master/git-together.rb

A work around is to install 2 homebrews on M1, one that supports brew formulas/casks that work on M1 and one that uses rosetta for everything else. ``` arch -x86_64...

@benchristel are you saying this is potentially a 10.11.6 (El Capitan) vs 10.12.6 (Sierra) problem?

I'm seeing the same behavior on my project. My current work-around is to not use `delegate`, create a new method and then copy and paste the sig from the other...

Because of https://github.com/frodenas/gcs-resource/issues/20 bug, my work around didn't work. This work around does though.... ``` - name: kubo-deployment type: gcs source: json_key: ((gcs-json-key)) bucket: kubo-pipeline-store regexp: dev-builds/kubo-deployment-(0.37.0-dev.5).tgz ```

I too would find value in this kind of cop. We have about 100 methods that we don't want people using any more. We won't have the time to fix...

My current team came across the same issue too. It appears that the concourse worker does not follow symlinks. `less task.yml` works from a hijacked container, but the worker can...

Interestingly, `ioutil.ReadFile(configPath)` can follow and read symlinks. https://github.com/professor/go-read-symlink/blob/master/main.go Not sure why concourse is having issues with this.