Ruggero Cortini
Ruggero Cortini
When using the `APMTracker` plugin, it became clear to me that the events that the plugin parses the attribute `player` is `None`. Code to reproduce: ```python class TestPlugin(object): name =...
When compiling against wxWidgets 3.1, build fails because of wrong CFLAGS and LDFLAGS. Suggested fix: - add the wxwin.m4 file to the source distribution (available from the wxWidgets distribution) -...
This PR includes the first draft of a python module with Starcode functionality, named `pystarcode`. The module has only one function, `starcode`. The function takes as input a Python list...