cindyb

Results 72 comments of cindyb

gotcha. so if a version is `completed`, no jobs are running on the back end correct? Creating a new version spiders/creates a new snapshot with modified info. Older versions should...

at this [link](https://onlineunicodetools.com/url-encode-unicode) it says the correct encoding is U%2b1F351 but the filter doesn't work

the following are deprecated: `componentWillMount` `componentWillRecieveProps` `componentWillUpdate` according to this [link ](https://blog.northcoders.com/react-componentwillmount-to-be-deprecated) we should implement `componentWillReceiveProps `-> `getDerivedStateFromProps` `componentWillUpdate` -> `getSnapshotBeforeUpdate` getSnapshotBeforeUpdate handles what componentWillUpdate and componentDidUpdate would have done...

I propose sectioning off first: common/ && common/mediapicker (10 files or so) in tandem or one then the other: sources && explorer (10 files or so) topics (13 files or...

I found this article very helpful for refactoring https://itnext.io/react17-or-how-to-get-rid-of-componentwillreceiveprops-c91f9a6f6f03

mediapicker, topics, explorer now refactored and spot tested. sources will be the last section

hey there @esirk What is your app.config `SERVER_MODE `?

for running in dev mode, the way it works best (and for the moment until you get an update), is to create an empty manifest.json file in your MC/build directory...

currently still on: "react-router": "^3.0.5", "react-router-redux": "4.0.8",**

we have a few choices in python - looks like lang-detect is the most straightforward https://stackoverflow.com/questions/43377265/determine-if-text-is-in-english/48436520#48436520