Edouard

Results 9 issues of Edouard

**What version of WebTorrent Desktop?** (See the 'About WebTorrent' menu) Version 0.20.0 (0.99.3) (64-bit) **What operating system and version?** Ubuntu 18.04.2 LTS **What did you do?** I close the app...

bug
help wanted
good first contribution

Sends emails to notification receivers on Comment Card actions. **New env vars** ``` SMTP_HOST= SMTP_USER= SMTP_PASSWORD= SMTP_PORT=587 SMTP_SECURE= SMTP_FROM="Demo Demo" ``` More action types could be supported in a similar...

When I try : ``` python json.dumps([_.to_json_type() for _ in news]) ``` news is a cursor, I have this error: ``` File "/home/edouard/.local/lib/python2.7/site-packages/mongokit/document.py", line 479, in to_json_type self._process_custom_type('bson', self, self.structure)...

for exemple: ``` var x, y = fctn (z) ``` gives us in javascript: ``` var x=self.fctn(z)[0]; var y=self.fctn(z)[1]; ``` but it should be: ``` var tmp=self.fctn(z); var x=tmp[0]; var...

it seems that a code like this: ``` var l = [] if True for i in l console log (i) end if True -> console log "coucou" end ```...

``` Traceback (most recent call last): File "washingtonpost.py", line 88, in testGetArticle a = self.OBJ.getArticle('http://www.washingtonpost.com/opinions/a-lifelong-love-of-la-chaumiere-in-georgetown-and-beyond/2012/03/19/gIQAiky8PS_story.html') File "washingtonpost.py", line 51, in getArticle article = Session(personality="firefox").get(url).query("#article") File "/home/edouard/ffctn/wwwclient/Sources/wwwclient/browse.py", line 663, in get...

Sometimes when I scrape a big text: ``` Traceback (most recent call last): File "/home/edouard/ffctn/FF-Collector/Sources/collector/commands/washingtonpost.py", line 91, in testGetArticle r = self.OBJ.getResults('weather', 3, True) File "/home/edouard/ffctn/FF-Collector/Sources/collector/commands/washingtonpost.py", line 43, in getResults...