vlad-nn
vlad-nn
NLohmann JSON version 3.10.4 has binary arrays: https://json.nlohmann.me/api/basic_json/binary/ If such array is encountered in JSON object, pyjson::from_json() crashes with stack overflow because it falls to "else // Object" clause and...
* Added build dependencies into `pyproject.toml` * Added runtime dependencies to `install_requires` * Moved lap version info into `lap/version.py` so it will be available in `setup.py` without importing lap *...
This causes race condition, when video file is still being written by running ffmpeg process while `FFmpegWriter` object is released. Details: `run_async()` in `video_info.py` actually returns the PID of the...
Medium API supported creating posts directly from markdowns: https://github.com/Medium/medium-api-docs?tab=readme-ov-file#creating-a-post Why not to implement an option which will allow posting markdown files? This way MD->HTML conversion by pandoc can be avoided....
**Is your feature request related to a problem? Please describe.** It would be nice to fix that annoying deprecation warning which appears in stdout each time `AsyncClient` object is created...