-
Notifications
You must be signed in to change notification settings - Fork 5
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
The new Reactive.jl #5
Comments
Thanks for the heads up Tim. I'll see if I can do the updates. Hopefully it is straightforward. Once done, let's talk about if it makes sense to merge into GtkUtilities. I'd be all for that if it made sense to you. As for Winston, absolutely. I had it only because I couldn't get Gadfly to render quickly enough -- but you did that hard work. I'll ping you when I get this done, hopefully this week. |
To be clear, I wasn't suggesting merging it in; the symmetry with regards to Depending on my schedule, I may be able to help with the work, though obviously great if you can do it. If you're not already aware of it, one thing I'd like to call your attention to: JuliaGraphics/Gtk.jl#161 (similarly JuliaGraphics/Gtk.jl#167), and see workarounds in places like this. See also the new |
Gadfly is still a bit slow for the first plot, but the precompile directives help a lot. I'm also contemplating providing support for the |
You should be good to go if you follow the deprecation warnings given by Reactive master. Although this one: |
Thanks Tim, I'll have a look a those links to the Gtk issues. I haven't followed the development there for a while. I'll see how far I get before bothering you with questions. I know you are super busy. |
Hi @shahsi. Quick question. In the master version of |
Yeah SignalSource is removed. I have made these changes to interact but unable to test it (due to an On Tue, Nov 17, 2015, 6:19 PM john verzani notifications@github.com wrote:
|
Could your changes be pushed to a different branch? Then I could test On Tue, Nov 17, 2015 at 8:07 AM, Shashi Gowda notifications@github.com
John Verzani |
Really nice work! I'm going to start playing with this as a foundation for the new ImageView. I am probably going to try to avoid needing any plotting package in ImageView, so the dependency on Plots could be a little weird, but AFAICT that's decoupled from actually loading a plotting package. So I doubt it will cause trouble. |
I realize the Plots dependency it totally optional, so it is now removed. I'm waiting on a clarification on how the new Reactive and Interact play together, and once that is cleared up will add this to METADATA. Thanks for the encouragement. |
JuliaGizmos/Reactive.jl#65 was a big (and likely breaking) change that just got merged. Once it gets tagged (CC @shashi), this will likely need updating. I might be able to help, but first some questions:
The text was updated successfully, but these errors were encountered: