Jacob Quinn

Results 514 comments of Jacob Quinn

It'd also be nice to step through an entire for-loop in one command (i.e. I just had a use-case where I was trying to debug iterations of an outer loop,...

I'm on OSX usually, but have access to a linux box. Any pointers on scripting the debugger?

FWIW, I'm all in favor of moving the code under the apache arrow monorepo. We've been dancing around on the outside for too long and it's more than worth the...

@ExpandingMan, I'm happy to help w/ implementing the message protocol side of things. I've perused the spec a few times. Happy to coordinate efforts.

I think I would have time in about a month or two to really put some effort in to get this integrated w/ apache arrow proper. That shouldn't dissuade anyone...

Yes, this is a good idea. I've added @ronisbr as a member of JuliaData; I think that should be enough to move your repository in by yourself, but let me...

I'm fine adding `pairwise` to DataAPI.jl if that'd be helpful.

Sorry for the slowness; I've been slammed w/ non-julia things lately. I'll try to dig in tonight.

I'll just bump this with a note that I've recently found myself wanting this quite a bit. Particularly when combined w/ piping workflows, currying brings an extra bit of convenience:...

Yes, @piever is right, sorry for the confusion. `@map({_.col1, _.col2})` is Query.jl syntax for creating a namedtuple. The real use I was trying to highlight was the `append!(df, _)`