Eric Allam
Eric Allam
This is a known issue, caused by the column view not using virtualization so all cells, even the ones not visible, are rendered. With excessively long lists this takes longer...
@Delicious-Bacon thanks for the report! Is this specifically happening on the home page?
Okay thanks for letting me know, will dig into it
Thanks for the report! How long about does it take for this to happen? I'm guessing you are on the JSON viewer page when this occurs?
I've managed to recreate this issue: it happens when you are viewing JSON and lose internet access, and then we attempt to fetch the details of a URL preview. It...
This feature has been partly implemented by @kvooak in this PR: https://github.com/apihero-run/jsonhero-web/pull/93 You can now submit XML and it'll get converted to JSON. Currently it only works when pasting in...
Good catch, this shouldn't have been closed because this PR that is addressing the issue is still open: https://github.com/apihero-run/jsonhero-web/pull/102
@jfuss the post `sam build` workflow doesn't allow for hot-reloading code, so it would still be good if symlinks could work in `sam local` so we can make changes to...
@jfuss ah I didn't know about the plan for `sam build --watch`, thanks for the clarification.
@kubahasek just added some more info the issue description, hope that helps!