Nathan Drezner
Nathan Drezner
@T4rk1n: From @robertclaus, this change was tested in App Studio and works as expected 🥳 . See: https://github.com/plotly/notebook-to-app/issues/401#issuecomment-2269443734
@nicolaskruchten could you explain your `transform`/`inverse_transform` idea a bit more...? Maybe there's a ticket somewhere I'm missing. --- Though to be honest I'm not totally sure whether automatic encryption of...
For my own reference, @chriddyp puts the use case well in: https://community.plotly.com/t/writing-secure-dash-apps-community-thread/54619 > 2. `dcc.Store` Data is accessible, even if it’s not visible > > All of the data that...
For example, Mozilla has a broader definition of allowed `data:` URIs: > Whereas the following cases will be allowed: > - User explicitly entering/pasting “data:…” into the address bar >...
Yeah, I am not sure there is a good solution for the package. Async support is pretty important here to make sure that the requests don't take a ridiculous amount...
Glad to hear you're finding the package useful! Yes, performance is generally an issue here. To my knowledge, Wikipedia does not have an API endpoint to collect the text from...
Similarly: https://plotly.com/python/jupyter-lab-tools/
Related: https://github.com/plotly/dash/issues/2764, which discusses allowing `data:` attribute in certain cases.
Part of a sanity check for Dash's React 18 upgrade. Feel confident that Dash Ag Grid is compatible with React 18 but @emilykl is doing a scan on all projects.
Yes, definitely worth adding a note to the contribution guide. I'm not sure also if we mention running the tests locally but devs probably should be recommended to use `pytest...