Xing Han Lu
Xing Han Lu
Hi @pingretispec , I'm not sure I understand your question. Could you provide an image of your pivottable app and share more details on what would be changed?
@alexcjohnson would it be possible to assign someone to maintain this library? It's been a while but I believe this is a pivot table js request
Hi @rmaranhao , thanks for opening the PR! `rendererOptions` is not available in the [API reference](https://github.com/plotly/dash-pivottable#references), which is why it causes an error. For plot size, I believe it is...
Good idea for Manifest.in. I don't know how removing it from webpack.config.js would affect the build process, but if you both think it's a good idea let's do it.
I think it's better to first fork `react-pivottable` and try your experimental feature; if it achieves what you are looking for, you can share it with the Dash community (community.plotly.com)...
@nicolaskruchten @cldougl I'll work on this one as soon as I finish the docs for cytoscape, unless anyone would like to pick it up as a practice, e.g. peter).
Hi @lmpan, I believe Heroku has some tutorial in setting up Bucketeer and Redis. However, this demo will be migrated soon to [DDS, our in-house platform for hosting Dash apps](https://dash.plot.ly/deployment),...
@mmistroni I've added initial tests in https://github.com/McGill-NLP/webllama/pull/14 Feel free to add further tests if you are interested in contributing. Thanks!
Please see: https://github.com/xhluca/covid-qa/issues/2#issuecomment-943483076
Hey langdetect is cool! However it seems there's many options for language detection, including [fasttext](https://fasttext.cc/blog/2017/10/02/blog-post.html) and [langid.py](https://github.com/saffsd/langid.py). Each option will have a certain accuracy (none of them are 100%) and...