Ryan Cerf

Results 9 comments of Ryan Cerf

This is great. I really like the direction you are moving in. It looks like we have two different ways to get GroupBy like functionality. splitOn and summarize. Do they...

Your second example is more SQL like, but this is one area where I personally do not like SQL's syntax. I have taught a number of people basic SQL and...

### Yes, this is builder approach. >Yeah that makes complete sense for something like this. It really is starting to feel like the builder approach used in jsplot. It is...

### Interaction between SQL like query capability and DeferredColumn I was giving a little bit of thought to how the DeferredColumn features would interact with the SQL like query capability...

@emilianbold > I'm a committer now so if it was up to me I'd just push these changes. I just want to make sure you guys are OK with me...

@lwhite1 Some good ideas. I agree the SQL stuff is a nice to have and can wait. I am not super eager to do the setup for embedding Java files...

I put in a half hearted effort trying to get paradox and sbt to work with maven and gave up. I came to the conclusion that I would much rather...

I do not mind Scala, but mixing build systems has never worked well for me in the past. Let's give my plugin a try (when it is done). @lwhite1 Hold...

Here is the [plugin](https://github.com/ryancerf/choss-maven-plugin). I think it will work nicely for our limited needs. I am having some trouble figuring out how to consume it. I tried using jitpack but...