Eric Forgy

Results 69 comments of Eric Forgy

For more details about my initial efforts with Julia and Plotly, you can refer to this julia-users post: https://groups.google.com/d/msg/julia-users/ix5fxt68rwM/Fry-zRVICQAJ And just for fun, I can't resist posting this video of...

An interesting reference (share by @jpfairbanks on Zulip): - [Type Your Matrices For Great Good (Functional Pearl) - A Haskell library of typed matrices and applications](https://github.com/bolt12/tymfgg-pearl)

Oh yeah. I forgot about this too :) https://github.com/sglyon/PlotlyJS.jl/pull/41#issuecomment-370427218

Hi @sglyon 👋 Quick update... My post above was conceptual. Since then, I've actually dug into the code. I have a local branch already working with the Blink.jl dependency removed...

Yay! 🎉 Tests are passing 😊 Edit: Tests are passing, but too early to celebrate 😅 Still needs some work. Will update here. Update: Fixed 😊

Hi @sglyon, I could similarly be convinced otherwise, but I kind of wanted Figures.jl to be a backend for PlotlyJS.jl. Blink is a heavy dependency with a nontrivial build process...

I'd even be happy to replace all functionality in a self-contained manner within PlotlyJS.jl if that's what you wanted so any functionality currently available via Blink.jl could be done with...

Hi @sgylon 👋 > I'm still curious what what PlotlyJS - Blink - WebIO offers over PlotlyBase. Could you elaborate on that? What I was hoping for was more like...

Hi @pfitzseb and @ZacLN 👋 Thanks for following up on this 👍 ### Exporting abstract types Yes, this is coming from `using` a local file where the module is defined....

Thanks for the help. I hadn't thought of restarting VS Code, so that helps a lot. Should I close this or leave it open until Item 1 works as expected....