moi15moi
moi15moi
> However, I believe the legacy `setup.py` code should be addressed in a separate scope. It is indeed possible to keep setup.py. But, if you want to keep setup.py, this...
I tried to run ``python setup.py test`` in the CI. You can see the result here: https://github.com/moi15moi/comtypes/pull/10/checks As you can see, it currently simply fails. I guess it is was...
``license-files`` has been introduced with [77.0.0](https://setuptools.pypa.io/en/latest/history.html#v77-0-0), so I cannot directly use a older version. It is now recommand to use ``license-files``, so, in my opinion, we should just wait to...
I just rebased because you dropped python 3.8 support in https://github.com/enthought/comtypes/pull/839 Except for [this point](https://github.com/enthought/comtypes/pull/848#discussion_r2143199650), I think this PR is ready to be reviewed/merged.
decord isn't maintained anymore. Is it really a good idea to use it?
> On Windows desktop, the new `match_fonts` should be just a single `CreateFontIndirectW` call _instead_ of the current `EnumFontFamiliesW` loop: the relevant code inside `font_enum_proc` should be moved out and...
> You mean the `ASS_FontInfo`, right? Yes. > Also, I’ve just realized—I _think_—font fallback will now always generate a new font every time it happens? Oh yes... I didn't realise...
From what I observe, when I request this: ``` Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,{\fnJokerman\b700}Example 700 Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,{\fnJokerman\b400}Example 400 ``` I receive the same `IDWriteFontFileLoader` for both requests. However, I still don’t see why...
I'm not sure how to verify what you request. But, with this .ass file, ``init_font_private_stream`` is called twice. Both times, ``IDWriteFontFileLoader_Release`` return 3. ``` [Script Info] ; Script generated by...
Actually, there may be a link with this issue: https://github.com/codecov/codecov-action/issues/1326 Both issue have problem with their ``pyproject.toml``. I guess codecov may not consider what is writting in the ``pyproject.toml``?