rtritto

Results 310 comments of rtritto

@OOCAZ I use [html-entities](https://www.npmjs.com/package/html-entities), it's maintained.

> that works, i'm not picky, you want to make the changes? Yes

We need also replace the `escapeHtml` file with `html-entities`. FYI @BlackthornYugen

@BlackthornYugen should be OK. @OOCAZ please do some smoke tests. PS: - @OOCAZ please be careful when change dependencies; accidentally create _package-lock.json_ and change all content of _yarn.lock_. - @BlackthornYugen...

> Would like some help with this @rtritto @BlackthornYugen, I can't tell if my local DB is broken, or if this commit breaks the capability to import The import problem...

You can try to add: ``` ME_CONFIG_MONGODB_SSL="true" ME_CONFIG_MONGODB_SSLVALIDATE="false" ```

@OOCAZ did you find? I'm searching for the UUID PR. FYI @shakaran

We should split unit tests from e2e tests. The purpose is to do unit tests for _collection_ file. We should write e2e that doesn't use _mongodb-memory-server_ but _mongodb_ directly (probably...

@OOCAZ thanks, you can start

#995 only init e2e. Reopen.