Severin Alexander Bühler

Results 33 comments of Severin Alexander Bühler

I am currently trying to run pyppeteer in a seperate python thread but I get the following error because of the signals: `ValueError: signal only works in main thread`. I...

I just saw that the signals already can be turned off with the following arguments: ```python browser = await launch(handleSIGINT=False, handleSIGTERM=False, handleSIGHUP=False) ``` No need for a pull request therefore...

I have a similar bug although I don't know if its related. ```python await self.page.evaluate(''' await new Promise((resolve, reject) => { var totalHeight = 0; var distance = 100; var...

@sudofly The apt-get command has fixed my installation problem too.

You can use the [Tensorboard](https://www.tensorflow.org/versions/r0.7/how_tos/summaries_and_tensorboard/index.html) by Google