Aran Donohue

Results 85 comments of Aran Donohue

Workaround & example code (not thoroughly tested): ```dart import 'dart:async'; import 'package:async/async.dart'; import 'package:grpc/grpc_or_grpcweb.dart'; import 'package:grpc/service_api.dart'; class LogoutInterceptor implements ClientInterceptor { final void Function() onLoggedOutDetected; LogoutInterceptor({required this.onLoggedOutDetected}); @override ResponseStream interceptStreaming(...

Looking for some feedback on whether I should drop this change, continue with some modifications to the approach, or continue as-is. Let me know! Thanks.

@renzodavid9 This is the PR we discussed in the Skaffold office hours call at end of Feb. Would be great to get your feedback if you have a chance. Thanks!

If this looks ok from an API and rough approach standpoint, I can look into details, tests, compliance with Skaffold project standards, etc. One open edge case question would be...

@renzodavid9 I updated the PR title and top-level comment to meet project guidelines. This is now ready for review. * Changes to the configuration are documented to spec. * Generated...

Twilio has a set of premium products for addressing SMS Pumping, which is a related attack if sms verification is implemented: https://www.twilio.com/blog/sms-pumping-fraud-solutions. For example, they offer a product called Verify,...

For bonus points, let me specify a credential helper inline with a flag to `sl clone`, use it for the clone operation, and configure the resulting checked out repository to...

Trying to catch up here. #1583 was the draft and is still open, but it was superceded by #1595. @allan2 links to #1595 above. @ikrivosheev closed that about a month...

I just ran into an issue using Postgresql as backend, with calls to Keto reporting something like: `unable to fetch records`...`terminating connection due to administrator command (SQLSTATE 57P01)` with gRPC...

I don't see the same instability with vz/rosetta. Understanding that vz/rosetta has other issues, it would be nice to have some troubleshooting ideas to investigate the instability.