Iskander Shafikov

Results 8 issues of Iskander Shafikov

The library's source files contain syntax incompatible with python 3.x, notably the print statement (when it should be a function). The syntax is otherwise not yet adapted for python 3.x,...

I was unable to install the lib on Windows 10 x64, either with or without the Cython flag. Here's the full setup log: ``` running install running bdist_egg running egg_info...

## Summary Add another processing script - `pypify.py` to apply to `README.md` after `sort.py`. This script will add one-liners to each _installable_ library / package in README.md with a script...

Steps to reproduce ------------------ 1. Install latest SpeechRecognition (from PyPI or github) 2. Run the 'microphone_recognition.py' example (taken from examples dir on github) Expected behaviour ------------------ I expected the sample...

**Describe the bug** In SRS Stack 5, enabling DVR with any settings (including default) for the default vhost results in off-sync audio/video files when trying to record WebRTC streams. The...

WebRTC
good first issue
help wanted
EnglishNative

What I did --- Adding everything as per the workflow suggested, I have the following `docker-compose.yml`: ```yml statsd: # statsd-exporter image: prom/statsd-exporter:latest container_name: statsd restart: unless-stopped expose: - 9125 -...

**Describe the bug** When the DB contains models with at least one field of type `tortoise.contrib.postgres.fields.TSVectorField`, the instance cannot be fetched by the ORM producing the following exception: ``` File...

I am trying to create a PDF with Cyrillic characters. First with the build-in font: ```python d = Document() page1 = Page() doc.add_page(page1) layout = SingleColumnLayout(page1) layout.add(Paragraph('ААА ббб ВВВ ггг...