David Anthoff
David Anthoff
Yes, that is https://github.com/JuliaLang/juliaup/issues/115.
That never worked, that help prompt is more aspirational, the way I'd like it to work :) But it should be fairly simple now to actually implement that. All that...
I think the command line parameters now work, and we are all good here?
I think we are getting one copy of all binaries per installed WinRPM version, right? Given that WinRPM is not seeing much love these days, maybe that is ok? I...
> Then, some packages which use hardcoded WinRPM path, by intension or precompiled result, must be built again manually. Ah, I hadn't thought about that scenario. Is there a way...
@ValdarT I'm currently investigating a dplyr like interface for Query.jl, in addition to the LINQ like API that is there already. In principle the architecture of Query.jl is such that...
@davidagold If there is something I can do to entice you to contribute to Query in some way, please let me know, that would be awesome! Are you coming to...
Not sure this can also work for jplry, but in [Query](https://github.com/davidanthoff/Query.jl) I'm using closures for this kind of scenario: ``` julia data = collect(1:10) c = 3 q = @from...
@davidagold I think these are all instances of julialang/julia#15276, so I'm kind of hoping that at some point that gets fixed and then the closure approach should always work :)...
@davidagold I know you previously wrote that jplyr would work with any data source, not just things that have a column like structure, but I don't understand how that works...