Marc Etter
Marc Etter
`writePixel` on a `MutableImage` seems to be intended as an abstraction of the underlying color (Pixel) implementation, as well as the coordinate mapping from (x, y) to a single integer...
When trying to print a `DateTime` before Janurary 1, 1601 as follows: ```Haskell timePrint ISO8601_DateAndTime (DateTime (Date 1600 December 31) (TimeOfDay 23 59 59 999_999_999)) ``` The following exception is...
Using the Client(String, int) constructor throws an UnknownFormatConversionException, because %i is not supported (should be %d). Reproduce: `Client client = new Client("localhost", 2525);` (Yes, this is the default, but just...
**Describe the issue** When the return type of a method is an array type, the function name is not highlighted. **Which language seems to have the issue?** Java **Are you...
**Describe the issue** When the type inside of a generic (i.e. inside of ``) includes `.` as part of a fully qualified class name, the highlighter no longer seems to...