Antonio Mamić
Antonio Mamić
I'm making a python script to convert video or image to ASCII art and I need ffmpeg for the last part. The thing is that when I build EXE file...
Hi, I've added support for local images as overlay tiles. I also edited that part of code to show map even if overlay tile isn't available for that location. Finally,...
If this package is used with PyInstaller --noconsole option, console window still opens when ffmpeg gets run. I added a creation flag to the subprocess.Popen that disables that behaviour (because...
docs.rs build of docs for new version failed. I tried reading the log, it seems that it couldn't find embed-doc-image dependency, I don't understand why because that crate is available...
I've seen you have used this in example code when you wrote a twos_complement_limbs_count function, however I don't see any mention of platform module in the docs or Limb type....
Hi, is there a way to convert Natural to primitive integer, like u64 without adding malachite_base as dependency? I've looked at malachite::natural::conversion::primitive_int_from_natural module, but there doesn't seem to be any...
I think it would be useful for Natural and Integer to implement [FromPyObject](https://docs.rs/pyo3/latest/pyo3/conversion/trait.FromPyObject.html) and [ToPyObject](https://docs.rs/pyo3/latest/pyo3/conversion/trait.ToPyObject.html) for easier integration with Python using PyO3. Obviously, not many people need these implementations so...
ImportError: cannot import name 'Youtube' from partially initialized module 'selenium_youtube' (most likely due to a circular import) (C:\Program Files\Python310\lib\site-packages\selenium_youtube\__init__.py)
**Describe the bug** Audio normalization doesn't work in Jellyfin Desktop client. I use jellyfin to listen to my music library and I have enabled LUFS scan so that I can...
### Description of the bug If there are music albums in music library whose name starts with a dot, library scan misses them and they do not appear in the...