Geoff Reedy
Geoff Reedy
Glamorous Toolkit v0.8.1428 does not actually run on macOS 10.13 as advertised. It crashes on start up creating the attached crash.dmp. [crash.dmp.txt](https://github.com/feenkcom/gtoolkit/files/8641458/crash.dmp.txt) This on its own doesn't seem very informative,...
Backport of #131 to 0.14 Map and Set use some exceptions for control flow that were being raised with plain `raise`. This meant that stack traces were being created for...
I tried to use the extension decorators to reproduce the extension example from the standard: *Adding two new STIX objects and properties to an existing STIX object instance*. The code...
antlr3 embeds a build timestamp in generated source code files. This allows overriding the timestamp using the SOURCE_DATE_EPOCH environment variable as defined at https://reproducible-builds.org/docs/source-date-epoch/. This allows users of antlr3 to...
I'd like to be able to write prose inside of record and inductive definitions for the purposes of discussing individual fields or constructors. When I tried to do this, I...
I was working on a development that used `cut_minus` with Z and ran into a situation where `cut_minus` was returning negative integers. I was able to create a small case...