Skip to content

Parsing fails with Elm Debugger if too large #22

Open
@7hoenix

Description

@7hoenix

Just wanted to open this to save someone an hour or two some day in the future.

Above a certain number of vertices seems to run into the "Too much recursion" bug when developing locally.

Uploads were working just fine on your example site: https://unsoundscapes.com/elm-obj-file/examples/viewer/ but then when I went to use them in development it would blow up 😞.

Workaround

Turning off the elm debugger (using Vite this was: elmPlugin({ debug: false})) fixes it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions