Benjamin
Benjamin
Great program! Do you have any plans to release the .gox file format specifications?
Copied from Bitbucket: [#246](https://bitbucket.org/pyglet/pyglet/issues/246/finish-metadata-loading-for-ffmpeg-decoder) With the new ffmpeg it allows you to retrieve tags such as album. (Tested using multiple MP3 files) However they are always blank, whereas programs like...
Imported from Bitbucket 204. The FFMpeg decoder does not seek properly with VideoSources. Confirmed using the `media_player.py` example.
On Linux, the default font is usually not Arial, causing many of the unit and integration tests to fail. Many of these tests could be rewritten and modernized.
Migrated from Bitbucket: **_Rob van der Most created an issue 2017-11-25_** Both on Linux and Windows, methods on a Window class can be decorated with an EventHandler to handle platform-specific...
**Migrated from Bitbucket:** I get the following when running integration tests on Windows: ``` ================================== FAILURES =================================== _____________ WindowCreateFullScreenEventSequenceTest.test_method _____________ self = def test_method(self): window.Window._enable_event_queue = True win = window.Window(fullscreen=True)...
Migrated from Bitbucket: _Joakim L. Christiansen created an issue 2018-04-25_ These commands will not work to set styling at end of text: ```python self.caret.set_style({'color': (255,0,0,255)}) # Text after this is...
**Issue moved from Bitbucket** It looks like the get_location method is accurate, as confirmed by the "xwininfo" system utilitiy. So, the issue must be in set_location in XLibWindow. I did...
Maybe this isn't the place for it, but I think it would be very nice if you had some examples of different themes on the main github page. It would...
Hi everyone, Python 3.12 has just been released and, as with all major versions releases, there are potentials for bugs and regressions. https://www.python.org/downloads/release/python-3120/ There are no known compatibility issues (due...