James Livingston

Results 5 issues of James Livingston

Currently the String generators and StringDSL let you specify a minimum and maximum codepoint to restrict the character set, but there is no easy way to do something like generate...

iter_mmap_heap_chunks() tries to read /proc/$PID/maps which only works if the process is currently running. If you are using a core file, it will fail with an exceptions.IOError. Having iter_mmap_chunks() return...

Direct conversion via long results in 0xffffffff00000001 being output as "0x-4294967295" which is not valid

This upgrades to JAXB4, switches to the hisource maven plugin which supports it, and updates all the maven plugins. I have also switched the xs:date and xs:dateTime bindings from java.util.Date...

## Description Using `typeMappings` I cannot specify a class with in-built support due to reserved word checking. The OpenAPI specification defined "date-time" as a format value for strings, but that...

Bug