Dave Thomas

Results 8 issues of Dave Thomas

I have a time series table UserActivity ``` scala case class UserActivity( id: Long, activity: String, occurred: Long = System.currentTimeMillis() ) object UserActivity { val tableName = "UserActivityV2" object Attributes...

Looks like #390 seeks to apply rangy in a react app; I was hoping to do the same. Any plans?

I find Kafka Streams apps get much easier to understand once you put payloads next to stream processing steps. Might be fun to consider a way to add to the...

Big thanks for contributing this project. I haven't set it up yet and I'm already a big fan. I looked over the lambda logic, and I have a question /...

Not sure if it's intentional (ie consumed messages should be subtracted from pending messages), but when querying pending messages by group, we get negative numbers. Parition Partition owner Pending messages...

I don't have a solution for this, but it's my main gripe on equations. I want to express for example a Master Method recurrence ``` O(n^d log n) if a=b^d...

question

Implementing this, there were a few issues addressed in this pull request: - Berkshelf cannot depend on this cookbook if it doesn't have a name - Added a utility to...

The demo has "Like" then "Dislike" a previously liked text. Think it'd be hard to also highlight the selection? Like Rangy https://stackoverflow.com/questions/5765381/how-do-i-wrap-a-text-selection-from-window-getselection-getrangeat0-with-an#5765574 ?