Tamas K. Papp
Tamas K. Papp
I think it may be your browser rendering for a long time, which is to be expected. This package is for smaller tables consider making a subset for browsing. Perhaps...
I follow the Tables repo and was following this discussion, but I appreciate that you opened an issue here. Will look into this and give this package a revamp if...
Hi, thanks for the contribution, I definitely want to apply it. However, can you please add some tests? Doing a few colors conversions with reliable software (eg gimp) and checking...
It would be great to have a syntax which can "unzip" tuples from a single function, eg like `sincos` in the example. Some calculations return tuples because the results calculated...
@pablosanjose: I would prefer a syntax that covers 90%+ of use cases (mostly partial application) in a simple and concise manner. The syntax suggested by this PR accomplishes that. For...
> That is, `f(_...)` would be equivalent to `(args...) -> f(args...)`, and `f(_, y, _...)` would be equivalent to `(x, args...) -> f(x, y, args...)` This would complete the syntax...
> Writing (x, y) -> x[y] puts the focus on x and y Not for me — I think my eyes have learned to move automatically to the body of...
Friendly bump: as far as I can see the approach outlined in tkf/InferableTasks.jl should work, is there a chance of integrating that?
I don't think that moving StatsBase to Statistics is a good idea before the latter is decoupled from Julia's release cycle. StatsBase gets a release every few months, and PRs...
APIs are quite difficult to get right. It's not that existing stuff in `StatsBase` is less solid than in other packages — it is certainly a mature package — it's...