-
What should happen when invalid UTF-8 is received? Should there be an option to throw an exception, or should all invalid sequences fail silently with `�`s? Should it be an option?
https://www.cl.c…
s5bug updated
2 years ago
-
More verbose exception handling when users enter the incorrect area and department abbreviations, i.g. Give an example of an approved input
~50 points
-
Hi!
Vaadin standard DateField provide possibility to handle unparsable input by overriding method handleUnparsableDateString(). It allows to write custom mechanism for user input correcting in runt…
-
Missing the ability to create a project/site, or update an existing project/site, with an image input. This image input could potentially be achieved by setting `Content-Type` to a Mime Multipart or s…
-
Hello,
I would like to send to WildMidi some MIDI events received by a physical instruments connected to a MIDI port or via USB.
But it seems to me that the library does not provide a function for s…
-
As noted https://github.com/spacetelescope/romancal/pull/1241#discussion_r1629650840
The resample step has a large block of logic to handle different input types:
https://github.com/spacetelescope…
-
During the [Dispatching, Backend Selection, and Compatibility APIs](https://pretalx.com/euroscipy-2024/talk/8MXPRW/) discussion at EuroSciPy 2024 (for reference - https://hackmd.io/@seberg/spatch), it…
-
The following:
```
s = require('sexpression')
s.parse('(#)')
```
triggers an infinite loop.
-
Mouse and keyboard input are important for interactivity in most types of applications that we want to support. GLFW should make it easy for us to implement input handling and expose it to python.
We…
-
when I start the console and then select an input field from the game option, the keyboard input is put in the textfield and the console.
we currently have 3 input handler. one for qt, one for the …