Skip to content

[Feature Request] Having a minimum length in an array before pretty printing it #39

@Kiryonn

Description

@Kiryonn

basically making that thing:

{
    "inputs": "#_#_",
    "values": [
        [
            11,
            15
        ],
        [
            16,
            15
        ],
        [
            11,
            17
        ],
        [
            16,
            17
        ],
        [
            13,
            25
        ]
    ]
}

into this:

{
    "inputs": "#_#_",
    "values": [
        [11, 15],
        [16, 15],
        [11, 17],
        [16, 17],
        [13, 25]
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestprobably fixed?the issue/feature appears to be fixed/implemented, but there still may be issueswontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions