Nikita Furin

Results 19 comments of Nikita Furin

```python import logging logging.basicConfig(format = u'%(levelname)-8s [%(asctime)s] %(message)s', level = logging.INFO) ```

```python from pyppeteer import launch chrome_args = [-size={},{}'.format(WINDOW_WIDTH, WINDOW_HEIGHT)] browser = await launch(args=chrome_args) ```

That works for me: ``` python browser = browsers.Firefox(**{'moz:firefoxOptions': {'args': ['-headless']}}) ```

MyStem works correctly

Oops. I haven't seen a homework suggesting fixing this when I wrote the issue. Probably we should delete this...

pb.defaults returns the original default model instead of a copy of it. So, to fix it you should set `candle` differently: ```lua local candle = {} pb.defaults(qlua_pb_types.qlua_structures.CandleEntry, candle) ``` All...

If you choose hash option, it seems pretty easy, because most of the providers use data_hash from StorageDriver._upload_object, except LocalDriver, which uses md5(modify_time), and, maybe, some else.

> Default: ['__pycache__', '*.pyc', '*.pyo', '.DS_Store', '*.so', '*.dyl... How about removing the .so files from those hidden by default? It's really confusing when you look at the files and expect...

This seems more like a workaround than a solution to the original problem. Adding an extra layer with a tangent function doesn't address the issue but merely "hides" the enormous...