question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for PlotlyBase in StipplePlotly and StipplePlotlyExport

See original GitHub issue

Updated to newest version of Geneir/Stipple/StippleUI

┌ Warning: This method has been deprecated and will be removed soon. Please use `init(m::Type{M}, kwargs...)` instead.
└ @ Stipple ~/.julia/packages/Stipple/wjhHe/src/Stipple.jl:773
ERROR: type Model has no field channel__

Is this correct ?

Stipple.@kwdef mutable struct MainDash <: ReactiveModel
  channel__::AbstractString = Stipple.channelfactory()
  tab::R{String} = "home"
  models::R{Vector{String}} = String[]

and

  dash_model = Stipple.init(MainDash)

I tried this and my Stipple application is Blank with no errors - I stipple see HTML in “inspect” mode … but something is not "starting "with Vue

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:29 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
hhaenselcommented, Jan 15, 2022

PlotlyBase accepted my PR after some reviewing 😄 They have a Union type HasFields for all types that are affected. So we finally ended up with a two-liner… As soon as the next PlotlyBase version is tagged, we close this issue.

1reaction
hhaenselcommented, Jan 13, 2022

So we don’t need to include JSON explicitly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · GenieFramework/Stipple.jl - GitHub
Support for PlotlyBase in StipplePlotly and StipplePlotlyExport. #86 opened on Jan 11 by cwiese · 29 · Version 0.19.2: examples does not work....
Read more >
PlotlyBase - JuliaHub
PlotlyBase. Build Status. Coverage Status. codecov.io. This is the plot making guts of PlotlyJS.jl. Docs for this package are forthcoming, but check out...
Read more >
Linker does not work properly with worker_sandboxing flag
Support for PlotlyBase in StipplePlotly and StipplePlotlyExport, 29, 2022-01-11, 2022-10-08. Error when running cabal build all of the master branch ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found