Patrick Arnett

Results 5 issues of Patrick Arnett

Ruby: 2.6.6 Rails: 4.2.11.3 Puma: 5.1.0 Thin: 1.7.2 Bullet: 6.1.2 Using Puma, the server indicates a successful request/response cycle, but the client never receives the response. Using Thin, I get...

If you provide an empty hash for `static_columns` and don't turn on the `timestamps` option: - `column_names` will return `", variable_col1, variable_col2, etc"`. - `insert_values` will add a `NULL` as...

# Overview `Kafka::Consumer#each_message` takes keyword arguments. In Ruby >= 3.0, prepending it with a method that takes only positional arguments causes an ArgumentError when calling `super`. # Reviewer Checklist -...

community

Because we're sorting here, we miss changes in sort order. https://github.com/drwl/annotaterb/blob/62f522eba24c335f522c97015e63def45988ddb6/lib/annotate_rb/model_annotator/annotation_diff_generator.rb#L34-L40