Ben Ellis
Ben Ellis
Heh, yeah that'd be one way of doing it... But it'd be great if each album under Spotify's Your Music could automatically get ported over as an album (as in...
Does bumping up merge_timeout mitigate this? It looks like the number of tests involved is small enough that the default timeout of 10 minutes should be more than enough. Just...
This client assumes RecordNameStrategy. You can override that by specifying subject in the options argument when registering a schema. Java and .NET clients use TopicNameStrategy by default. And the Confluent...
That workaround has the limitation of requiring the developer to specify a partitions count. CREATE STREAM AS SELECT will automatically assign partition count based on the target(s) partition count. That's...
One workaround here could be to use two topics and Kafka Streams topic 1 (key = null, value = compound which includes AthleteName, type, AthleteExerciseValue) ^ This topic's value schema...
Possibly related: https://github.com/jruby/jruby/issues/6966#issuecomment-1172983776
Could you make `murmur2_random` the default and bump up the version of librdkafka, noting this as a breaking change, warning users to explicitly choose `consistent_random` if they were relying on...
Hi Fabio, Cool project! Not sure if this is relevant to this bug but, skimming the code, I noticed this line: https://github.com/fabiocicerchia/spidey/blob/master/src/parser/casper.js#L95 script tags should use "src", not "href".
The input loads into LangSmith traces, but it does not seem to be formatted correctly. When I click the "Playground" button to load the prompt into Prompt Playground, it lacks...