Borys Kabakov

Results 23 issues of Borys Kabakov

subj python >=3.7 websockets==6.0 and websockets==8.1 **Code example:** ```python import pyppeteer import asyncio async def baz_main(): browser = await pyppeteer.launch(headless=False, autoClose=False, args=['--no-sandbox', '--disable-infobars']) pages = await browser.pages() page = pages[0]...

I tried ag on 10 Gb text file and got error: ``` $ ag 'something' Keywords.txt ERR: Error stat()ing: Keywords.txt ERR: Skipping Keywords.txt: Error fstat()ing file. ``` `grep ` works...

https://github.com/goerz/jupytext.vim

Docker logs for zoomus: ``` docker logs 127f92851c01 Adding user `zoom' to group `sudo' ... Adding user zoom to group sudo Done. zoom No protocol specified Can't open display ```...

Without this patch `python3 ./voc2coco.py ../Annotations/ tmp.json` will raise an exception: ``` Number of xml files: 1750 Traceback (most recent call last): File "./voc2coco.py", line 153, in convert(xml_files, args.json_file) File...

Opening images cause a segmentation fault on viewer closing, not in 100% cases. But you can open/close few times the same image and tg will crash. **My configuration:** - Ubuntu...

[Original repo](https://github.com/aaren/notedown) is dead and has only one [semialive fork](https://github.com/mli/notedown) (with changed default behavior). This is the fork of original repo with 2 last pull request applied (#93, #96) and...

``` {{ resources.deprecated("This template is deprecated, please use base/display_priority.j2") }} {%- extends 'display_priority.j2' -%} ``` Fix for https://github.com/aaren/notedown/issues/95

When I am trying to run notedown in a fresh virtualenv it drops jinja error: ``` ./venv/bin/notedown tmp.ipynb --to markdown --strip > output.md Traceback (most recent call last): File "./venv/bin/notedown",...

Hi, python crushes on windows if `autopy.bitmap.Bitmap` exceeds certain size in pixels/bytes. On **Windows 10 Education (version 1803)** it always crashes on >111000 pixels (it's screen scale factor is 1.25,...

bug
help wanted