Nathan Drezner

Results 100 comments of Nathan Drezner

This issue was encountered during a Dash Enterprise trial.

Hey Renaud, I'll have the team take a look as this. For future reference feel free to tag myself or @gvwilson if you have any questions on GH. That being...

Is there a specific issue that this change resolves?

For now developers can just change the React 18 version in their projects locally, there's no need to use the version set in the cookiecutter. That being said once the...

@FBruzzesi / @MarcoGorelli, have y'all done any performance profiling to see which traces see a noticable performance bump using large e.g. Polars data frames when using the native APIs as...

Hey @FBruzzesi 👋 I've started running some _initial_ performance tests on these changes, and had some interesting early findings. Here's the performance I've written for reference: https://gist.github.com/ndrezn/3162c1f01b72b5d168cff30eabfdb692 First, there's a...

Update: I was including the dataset generating in my timings 🤦 . Thanks for the catch @emilykl. Here's the updated metrics: 1. As originally expected, Polars is faster than Pandas....

We should be able to detect the app object automatically given a Python file. Here's a pattern to do this: https://github.com/plotly/de-client/blob/main/src/de_client/cli/root.py#L302-L306

FYI @LiamConnors , the basic `run` command will be available in OSS Dash, not exclusive to installing the extension.