harlow
harlow
Hi, nice library. I was running a few test cases... In general most are looking pretty good, however there is one issue I spotted: ``` name := gonameparts.Parse("John A. Smith,...
Not sure if this is on the radar, but has any thought gone into supporting Sidekiq too?
Sumo Logic has a "Hosted Collector" but its via HTTP and not Syslog: https://service.sumologic.com/help/Setting_up_a_Hosted_Collector.htm If its something that Logspout team would consider as PR for the project I wouldn't mind...
The v2 deagregator has been merged so we can use it directly https://github.com/awslabs/kinesis-aggregation/tree/master/go/v2/deaggregator Fixes #145
Using docker compose will allow us to spin up Redis, DDB Local, Kinesis Lite and test against those implementations
I'm running into an issue where I'm trying to include a partial from a nested view. It works great from `app/views/test.erb`. However, the issue arises when I'm on the nested...
this was a little surprising: https://github.com/lytics/hll/blob/master/hll.go#L319-L322 Any reason for not using Gob?
I tried running the specs from master and I'm seeing a little red. Maybe one of my gem versions is incorrect? ``` Failures: 1) Fdoc::EndpointScaffold#consume_response for succesful responses produces a...
Does Fastly support a batch purge? We've been putting purge requests into the background and leveraging [sidekiq unique jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) to try to reduce outgoing HTTP traffic.