superzazu
superzazu
Hello, As the `pylibui` wrapper is supposed to be pythonic, I thought it would be great to use the properties instead of defining `setValue`/`getValue`-like methods. Here is a little implementation...
A new feature that will be available in the next release of LÖVE: https://bitbucket.org/rude/love/commits/ade83e0 I already have a working prototype.
Hello, Today I tried to run [this code](http://radiac.net/projects/mara/documentation/introduction/#a-minimal-service) (with Python 3), and I got the following error : ``` Traceback (most recent call last): File "test1.py", line 1, in from...
Hello, `setVolume` method on Sources does not seem to have any effect. Here's an example: [testlovejs.zip](https://github.com/TannerRogalsky/love.js/files/239432/testlovejs.zip) And here's the same code running with love.js (with compatibility mode) : https://nicolasallemand.com/pub/misc/testlovejs/ We...
Hello! A recent comment [in SDL issue 9440](https://github.com/libsdl-org/SDL/issues/9440#issuecomment-2094654214) made me think that the wiki's CSS could use some tweaks when "printing" a page — whether we're printing to paper or...
Hello, Currently, if I try to create a City with a name of 200 characters (the max_length for this field), there is an exception raised on creation (DataError). Example :...
Hello! I spent some time on the wiki recently, and found something a bit annoying, so I thought I might report it. I think the most frustrating thing right now...