Maksim

Results 9 comments of Maksim

To prove that everything is leaking, let's test more functions for 10000 case, here are results (in % from initial ram usage): - `get_language_by_filename` - 101.34 - `get_languages` - 102.29...

I have runned one more experiment with this code with increased number of bytes passed: ```python import os import enry import psutil process = psutil.Process(os.getpid()) hello_worlds = '\n'.join(["print('Hello, world!')" for...

If enry is built source on target platform, there is no such bug and everything is fine.

MS Office 2016, после добавления в `C:\Program Files\Microsoft Office\Office16\Bibliography\Style`, заместо `%APPDATA%\Microsoft\Bibliography\Style` всё заработало.

> I'm actually thinking of a generator version of the function transcribe(), so the caller can iterate over the transcribed segments as they come in. Would that work for your...

> Thank you for comments. I think the idea of making a generator version is also a good one. @jhj0517 You are welcome, in terms of progress tracking I like...

Here's an example of how it could look if you combine callbacks with generators. You may do the same without async, just replace `asyncio.sleep` with `time.sleep` and remove `async` /...

@itarze Hello there! I've been attempting to flash the default firmware to the mentioned keyboard. However, I can't figure out how to enter the bootloader. Would it be possible to...

If it's somehow may help, I have finished python bindings for enry and built wheels for enry, so you can use it as python library. Pypi: https://pypi.org/project/enry/ Covered API for...