krishicks
krishicks
Related issue, where Cadence is aliasing internal interfaces: https://github.com/uber-go/cadence-client/issues/928 https://github.com/uber-go/cadence-client/pull/929
I've found [`mockery`](https://github.com/vektra/mockery) also generates a fake that imports the internal package. However, [`gomock`](https://github.com/golang/mock) in its `--source` mode does not; it imports the workflow package.
This is still an issue with v6.4.1. I created a repo that shows the issue: https://github.com/krishicks/repro See https://github.com/krishicks/repro/blob/master/reprofakes/fake_my_interface.go#L8. It's an internal package, but should be "go.uber.org/cadence/workflow".
You can replace "Check Which Changes You’re About to Pull" and "Review What You’re About to Push" with a single command: ``` git log ...@{u} --left-right --graph ``` It's short...
👋 I'd love to see IMDSv2 support added to Thanos. I cloned the upstream and found it merged cleanly into the [fork](https://github.com/bwplotka/minio-go/tree/optimize). Is it possible to bump the fork as...
The way I've been handling this is to use `git rebase -i --exec "git duet-commit --amend --reset-author"`. It's a bit annoying because you still need to remove the extra signoff...
Cool. You might want to specify in the README that you still need to update the signoff by deleting all but the last entry. For what it's worth, the git...
Seems a bit much. `filter-branch` is the nuclear option.
Hey @evandam! Thanks for raising the issue. What do you think about the following update? ```diff The port in the service stanza is the port the API service listens on....