Simon Belak

Results 17 comments of Simon Belak

Hm, good question. I would say we want the most precise (and least surprising) meaning, so in the first case it should accept "aaa ", but not "a a a";...

I think the clearest rule would be, if we treat autowhitespacing as a series of rewrite rules; that is, if there is well defined expansion the user could do on...

Thanks for this. I really like. A couple of things: * I'm not 100% on `select-cols-regex`. Feels very specific (I'm guessing this is for messy data where you have `col_name_1...n`)...

3 reasons. In order of importance: * sets break the ordering of the data * `project` can only be used with keywords, while `select-cols` works with any keyfn * while...

Tables are definitely something that should be added. I actually have a rather provisional implementation built on top of (Datatables)[https://datatables.net/] that we used internally at GoOpti. Here's the code if...

https://github.com/JonyEpsilon/gorilla-repl/blob/v0.3.5/src/gorilla_repl/html.clj Looks like Gorilla changed a bit in the last year. I was using a custom version and wasn't tracking changes he was making.

Out of curiosity, what's the use case for renaming? I've never felt the need, but if I had to whip up something I'd probably use derive-cols with identity. Not categorically...

Definitely need to do some proper documentation and more comprehensive examples. Sorry about that. Currently styling is pretty baked in and direct translation from R (see `huri.plot/theme`). Let me think...

Based on the linked issue, this seems a problem with Gorilla REPL. Full link if anyone else is suffering from same problem: https://github.com/JonyEpsilon/lein-gorilla/issues/10 Thanks for digging into it!

This is an artefact of how SQL works. @camsaul, @mazameli, @dacort do you reckon this is one of the areas where it makes sense to go against SQL? My vote...