Chuck Batson
Chuck Batson
**Issue Summary** After a re-shard operation, one or more Kinesis shards may become "stuck" and fail to processed queued-up events. When in the "stuck" state, a shard will contain unprocessed...
**Issue:** Calling `Redis#blpop` with a non-integer timeout option results in an exception. **Expected behavior:** Fractional timeouts should be permitted and passed on to Redis. **Version:** `redis` gem version 4.2.5 **Detail:**...
Using Ruby 3.0 and Rails 6.1.1: ``` root@3353f515ae84:/gwf/app# bundle exec rails c /usr/local/bundle/bundler/gems/instrumental_agent-ruby-e6b27a2199d2/lib/instrumental/agent.rb:18: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead. Loading development environment (Rails 6.1.1) irb(main):001:0> require 'instrumental_agent' => false...
When requiring the agent gem, a deprecation warning is observed: ``` /usr/local/bundle/bundler/gems/instrumental_agent-ruby-e6b27a2199d2/lib/instrumental/agent.rb:18: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead. ``` Note: Observed with Ruby 3.0. Not known if this occurs...
## Steps to Reproduce 1. Put the example code below into a project and run it 2. Tap the "+" button in the app to swap between two values of...
Greetings Flutter team & community, I would like to re-open the discussion which started in #4890. In particular, a mechanism to add asset files *recursively* would benefit my use case,...
## 🐛 Bug Report The property `heading` of `Position` is mis-named. It is actually the course, which can be seen clearly on [this line of `LocationMapper.m`](https://github.com/Baseflow/flutter-geolocator/blob/8399525d4eac067429f0898feb513546346d7432/geolocator_apple/ios/Classes/Utils/LocationMapper.m#L33) for iOS. This is...
**Description** Using package [location](https://pub.dev/packages/location) version 4.4.0, there is a warning when run on an iOS 16 device: ``` [CoreLocation] This method can cause UI unresponsiveness if invoked on the main...
**Observation 1:** As per [the spec](https://httpwg.org/specs/rfc7540.html#rfc.section.8.1.2), "header field names MUST be converted to lowercase prior to their encoding in HTTP/2." This is enforced silently client-side in [the `_sanitizeMetadata ` method](https://github.com/grpc/grpc-dart/blob/26deabdfd2fe9eb880c6d5265270ac64fadcebfa/lib/src/client/call.dart#L221)....
Hello, I'd like to see something like `Interceptor`s on the server side, but more akin to the [UnaryInterceptor of gRPC-Web](https://grpc.io/blog/grpc-web-interceptor/). This is something I have appreciated from other server frameworks....