Alex Matchneer

Results 138 comments of Alex Matchneer

FYI I "fixed" this by specifying a `TIMESTAMP_EXTRACTOR_CLASS_CONFIG` of `'org.apache.kafka.streams.processor.WallclockTimestampExtractor'` in the consumer. That said I'd still like to figure out what could/should change about BW to include timestamp information,...

Honestly I have no idea, never really stuck with this learning Kafka. I'd recommend you check out debezium rather than bottledwater though.

cc @ioquatix This is the first time I've done work on a C extension, not to mention working with the native Fiber scheduler API, so I welcome any feedback. I've...

@wwahammy I'm getting bit by this too; did you find a workaround? Is there any PR to fix this?

> I identified the issue with validate_worksheet using wrong equality operator. I'm submitting a patch and releasing a new gem version; see if it helps your case. Just for posterity...

FYI i hackishly solved this by putting the following in `spec/support/stub_socket.rb` ``` class StubSocket def io OpenStruct.new end end ```

Here's what I mean: https://ember-twiddle.com/be37e5d6b5297eee14280eafb06d938c?openFiles=templates.application.hbs%2Ctemplates.components.better-let.hbs

ok so let's add it. who knows how to alias stuff?

Looks like this is an unmerged PR against rails to merge support for DISTINCT ON: https://github.com/rails/rails/issues/17706 Closing this issue, no further questions your honor.

Tried this out but got an error due to `.empty?` not being defined on NilClass here: https://github.com/xcpretty/xcpretty/blob/master/lib/xcpretty/printer.rb#L20 I'm pretty sure it's because this PR is returns nil but the implicit...