will wade

Results 81 issues of will wade

We are trying to teach Visually imparired users morse code with switches. The app cant really be used for this just yet. But it would be great if it could....

The above is what shows when you start the game on Safari/Mac. But I don't see this option on Chrome/Win or Edge/Win or Firefox/Win. Needs to show this option on...

We’ve been working on a serial API to allow software keyboards (mainly used in the field of assistive technology eg. By people using eyegaze on a windows pc). It fundamentally...

so heres the code `from aspeak import SpeechService, AudioFormat` and it leads to ``` Traceback (most recent call last): File "/Users/willwade/GitHub/TranslateAndTTS/translatepb.py", line 9, in from aspeak import SpeechService, AudioFormat ImportError:...

I'm just dumping this here so I don't forget really - not pushing for a fix. Im totally grateful for your work :) ``` ... Filtering old books based on...

I'm doing a ``pyclip.paste(text=True)`` But doing it blind. The pasteboard could be binary. As such I get this exception. ``pyclip.win_clip.ClipboardNotTextFormatException: Clipboard has no text formats available, but text options were...

This isn't really an issue. More of a question. We have some users who use integrated joysticks in their wheelchairs where they press a mode button and the joystick acts...

I’m pondering on using this as a service to an app for disabled people who we support who would use this to communicate. We see a lot of users who...

Non-printable characters.. I was thinking of creating a lookup table of aliases e.g: ``` key_aliases = { '\r': 0x24, '\t': 0x30, '\n': 0x24, 'return' : 0x24, 'tab' : 0x30, 'space'...

Not really an issue.. More of a ✋ high five 👍 and a chance to totally abuse your issue queue with some random ideas... This would totally be useful for...