Mark Probst

Results 31 issues of Mark Probst

We don't generate helpers for top-level enums, but the usage comment is written as if we did. Either generate them, or fix the comment. The test file is `tests/input/schema/top-level-enum.schema`.

good first issue
Ruby

From an Intercom user: They'd like quicktype to give default values to properties for the case of instantiating those classes, not for the case where the properties are missing when...

We should be able to parse all valid test cases. https://github.com/json-schema-org/JSON-Schema-Test-Suite

JSON Schema
good first issue

All of quicktype's options are queryable dynamically somewhere - the CLI knows about the base options and the target languages know about theirs. We could add them to `package.json` in...

This is the JSON: ```json { "data":{ "id":2, "name":"fuchsia rose", "year":2001, "color":"#C74375", "pantone_value":"17-2031" } } ```

bug

Provide a facility by which a filter can output one or more tuples for debugging can be displayed in the UI by moving the mouse over the preview image. The...

feature
v1.3.6

Right now only input images show up as slots in the designer, but all other inputs should show up as well. That would necessitate having nodes for all input types,...

feature
designer
v1.3.6

Necessary to implement the "Color" Gimp layer mode.

feature

Filter arguments should be assignable. See http://groups.google.com/group/mathmap/browse_thread/thread/da0f0581309d60c4

feature