Asad Dhamani
Asad Dhamani
Got it to work by ```html ``` ```jsx import createPlotlyComponent from 'react-plotly.js/factory'; const Plotly = window.Plotly; const Plot = createPlotlyComponent(Plotly); ```
Will gladly accept an MR
Referencing #42 #63
Is there a callback for when data is added or do I need to listen to the state value `{ data }`?
Yes, please! :+1:
This is very similar to what Medium offers, and IMO, it is something that would be a great addition to Crestify! Being able to highlight the entire web just brings...
Hey Jakub! The project was initially started longer ago. The repository begins from when it was open sourced. Some of our dependencies were not Python 3 compatible, hopefully that's changed...
@jirutka I just ran a test on any blockers toward Python 3 compatibility, [results here](https://caniusepython3.com/check/cc5e982a-daf2-4c87-861b-e959f5548514). Seems like `Flask-Uploads` is our only blocker, but it lists `Python` in its `setup.py` file,...
Local archiving is definitely something interesting to look into. wget wouldn't work, because these days, a lot of websites are loading data using AJAX, but an increasing number are pretty...
Hey @bdillahu! Apologies for the delayed response. 1. What we want to store: a) We might want to store the entire visible text of the page. This can help us...