-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #37
Comments
The things that are/were on my mind about this package are :
But the main point is that I have very little time to work on this (it's not for lack of wanting to work on it !). |
I did tag a new release of https://github.com/davidanthoff/NodeJS.jl a couple of days ago that doesn't output the filenames of everything it extracts during I agree with everything you write re 2). I've also thought about the named tuple option, but as you write, the doc thing seems important. I think maybe carefully adding helper functions here and there is the right thing to do for now... Yes, I'd like to help out, so if you could add me to the project, it would be great! I think for starters I would just try to clean up things and stabilize stuff, for anything bigger I'd open issues do first discuss with you. Just getting your input/thoughts on these things would be super helpful, and then I could hopefully just make the changes myself. |
I just invited you as a Collaborator. Thank you very much for your contributions past and future ! |
Thanks! Btw., take a look at https://github.com/davidanthoff/DataVoyager.jl. That tool generates vega-lite specs. I'm almost done integrating that whole story tightly with the package here, which I think will be super powerful. |
I used it yesterday at work, and yes it seems really useful to define the plotting settings for later re-use. |
So I now merged both your new syntax and my new Here is one thing that I would really like to do: I'm doing a julia online tutorial in two weeks, and I would love to also show VegaLite.jl. I kind of like my new macro syntax, so I think I'll just continue to polish that, and maybe we can cut a new release before I do the tutorial? I think for now we can just leave both the macro and your new syntax in there, and then make a decision later whether we drop one or not. I do hope to make a lot of progress over the next couple of days with the package. I thought maybe the best way to do this is that I open PRs with my work, and then merge them. That would give you a relatively easy way to later trace what I've done. I think I will mostly just polish the macro stuff and leave most of the things you did as they are, so hopefully that won't introduce anything you are not on board with. |
I think for now we can close this issue and continue with individual issues for anything that comes up? I feel the package is broadly in really good shape and probably doesn't need many large scale decisions anymore. |
Add TagBot workflow
@fredo-dedup I thought it might be a good idea to have a place to discuss the overall roadmap for this package? I'd be really interested to help polish the few remaining things, make things stable etc. I still feel that this has the potential to be a super important package in the data science stack in julia and would like to help :)
Do you have some specific plans with the package?
The text was updated successfully, but these errors were encountered: