Jonathan De Wachter

Results 28 issues of Jonathan De Wachter

When subclassing `sf.SoundRecorder` and we don't manually call `stop()` after `start()` was called, it results in segmentation fault. Here's the code that reproduces the problem on Linux with Cython 0.24....

Audio
Defect

According to the documentation (https://docs.python.org/2/install/), C headers that come along with an extension should be installed according to the scheme chosen on command-line (user, home, prefix or custom scheme). For...

A current "bug" in Cython prevents a .pxd file (header) from being named after its .pyx file. That means I can't declare a SFML class in module.pxd and implement its...

I open this ticket to keep track of this recurrent problem, wrapping constant instances... For instance, we have `sf.Texture` that wraps around a `sf::Texture` instance. However, when the texture instance...

The `abc` module allows to override isinstance() and issubclass(), and that's what we need to solve our illogical inheritance trees. Reminder: RenderWindow doesn't inherit from both Window and RenderTarget because...

I'm not sure if there's an official location for C/Cython headers or if they even thought about sharing Cython definitions to reuse later in other project such bindings depending on...

Improvement

Python exceptions/functions would be linked. Examples: ``` :exc:`IOError` :exc:`NotImplementedError` :func:`type` ```

Documentation
Improvement

Constants are defined in classes name space and are not enumeration unlike in C++. I had to work around saying for each method/attribute that returns a constant "a class's constant"....

Documentation
Defect

I don't know what the best code to use is. I have a function which can take either a Position or a Size. What piece of code should I write...

Hello, could you help me troubleshoot this issue ? I uncommented `args:` to use `team` edition. Then did: ``` mkdir -p ./volumes/app/mattermost/{data,logs,config,plugins} chown -R 2000:2000 ./volumes/app/mattermost/ docker-compose build docker-compose up...

awaiting information