superzazu
superzazu
Hello, About your first point; the idea of "userdata" is *not* to have a self-referencing pointer: the user may want to pass a pointer to another structure ; see https://github.com/superzazu/invaders/blob/master/invaders.c#L241...
Hello, thank you for the contribution! Can you use `%02X` and `%04X` instead of `%hu` and `% hhu`? It would be more consistent with the rest of the project, and...
That is because libui uses "setChild" in its API, and not "addChild". See for example [uiGroupSetChild](https://github.com/andlabs/libui/blob/master/ui.h#L191) and [uiWindowSetChild](https://github.com/andlabs/libui/blob/master/ui.h#L130).
Yeah, it's been on mind for some time. I'm interested in doing this :-) Here's some screenshots of the current control-gallery (the ones on the libui README are not up...
I'm currently busy with multiple things in life, and I don't think I'll be able to do this PR soon. If anyone wants to work on this, that's okay :)
Yes, I encountered a couple of segfaults on quitting (on macOS 10.11/10.12). That happens to me on two occasions: 1. When a widget has been instanced, but is not "appended"...
Okay, got it. I focused on the first code example (the one with the button with no parent); as I wasn't really sure about my implementation of Entries. I rewrote...
Here's the full error: ``` In [3]: city = City(country=country, name='a' * 250) In [4]: city.save() --------------------------------------------------------------------------- DataError Traceback (most recent call last) /root/.local/lib/python3.4/site-packages/django/db/backends/utils.py in execute(self, sql, params) 63 else:...
Hello, Sorry for the delay. I have been doing a lot of tests, and I can't reproduce the bug with a fresh install of django (with python 2 or python...
Sorry for the delay. You're right, `setVolume` works, it just sounds a little different on browsers. Thank you !