Sébastien Lorber
Sébastien Lorber
Should permit to solve temporarily this issue: https://github.com/ldn0x7dc/react-native-view-pager/issues/4#issuecomment-323561990
2.0.11 release is missing in readme, and it works also against mongo 3.0.14 which was not really clear to me
Hi, I am trying to figure out how to use your macro and preval so that we can generate dynamic translation keys. By chance, do you know why the following...
Hi and thanks for this project Just wanted to let you know that it seems offline, cloudflare says 502 on https://showmyprs.com/user/slorber
see https://github.com/babel/babel/issues/5325#issuecomment-292064058 There's a bug some of us have with this plugin, and it seems to disappear (or at least on some codebases) when this plugin is declared last in...
Hi, I added the possibility to pass options to the PhantomJS command, as it may be useful and flexible. I also added by default the option so that HTTPS websites...
See https://github.com/fzaninotto/screenshot-as-a-service/issues/54 The screenshot service does not work well with most HTTPS urls. Here is a cause: http://stackoverflow.com/questions/12021578/phantomjs-failing-to-open-https-site Some exemples: OK: http://localhost:3000/?url=http://en.wikipedia.org/wiki/User_agent KO: http://localhost:3000/?url=https://en.wikipedia.org/wiki/User_agent OK: http://localhost:3000/?url=http://leverich.github.io/swiftislikescala/ KO: http://localhost:3000/?url=https://leverich.github.io/swiftislikescala/
When PhantomJS fails to download the web page (`page.open`), it actually returns a status code of 200 + a failure message in the body. The PhantomJS service should rather return...
In my case, I only want to get the subdirectory names and not the filenames This is not directly possible with wrench
source: ``` javascript onMouseOut: function (event) { if (window._blockMouseEvents || !this._mouseDown) return; this.processEvent(event); this.props.onMouseOut && this.props.onMouseOut(event); this.endMouseEvent(); }, ``` If I have ``, the callback will never be fired on...