Brian Shannan

Results 8 comments of Brian Shannan

It seems like the two options here are: 1. Have clients put a deadline in the FContext before they make a request (either in addition to or in replace of...

I made a ticket for one of our internal tools teams to add this feature, in the mean time I added release notes to releases so they should be up...

After some investigation, this is used due to https://github.com/Workiva/frugal/issues/100, so just removing goimports isn't a valid solution, we need to make sure all imports from other generated includes are used

It's a somewhat unfortunate coincidence of [thrift not publishing dart bindings to pub](https://issues.apache.org/jira/browse/THRIFT-3351) and dart not releasing 1.25 which has support for git dependencies at non-root locations in the repository,...

It is unclear whether it is safe to evolve an interface by adding/extending a method `throws` clause. The current limitations should be documented. It would be ideal if it were...

You'll need to pull in master to get the build to pass @nikepan