Max Brauer
Max Brauer
Hi @s1hofmann ! Thanks for your reply. ``` Could you elaborate a bit on `a way of sending non-us keyboard characters`? Are you referring to proper Unicode support or what...
Just the one from the documentation: ``` >>> from inputs import get_gamepad >>> while 1: ... events = get_gamepad() ... for event in events: ... print(event.ev_type, event.code, event.state) ```
Hi Simone, hi people, here havent happen anything for a while. Could you please give us a short update what the support about Django 1.6 says? With kind regards and...
Hi Simone, I'm only aware of this discussion: https://code.djangoproject.com/wiki/MultipleColumnPrimaryKeys And this one havent changed for a long time now. At least not significant. I just asked apollo13, one of the...
@trivedigaurav I may be a little bit of a "grave digger" here by writing in this old and closed Issue, yet isn't the reason why you closed it wrong? The...
@eadmaster both proposed links take care of text to speech, which is supported by plyer. However, this Issue targets the other way around: speech to text.
@jcostello84 if you are just want to add a few information, with no logic behind it, it is mostly better to use another model. If you really want to add...