-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering response examples still buggy #206
Comments
I did loose sight of this issue, please feel free to reopen issue's that aren't properly addressed. that way it will get our attention. I will investigate on this |
I would have liked to do that, but unfortunately I don't have access to reopen an issue that was closed in this repository. Thanks for looking into it! |
Well, to render the examples, we are using a home grown JSON tree component. It is also used in other parts of the app, therefore I addressed it in a way that fits well As a consequence, there is a little fix that needs to be done in the spec too. Since it needs to be provided like below (notice the double quotes around the date value) example:
- fileName: "fileA.txt"
someDate: "2017-07-21T17:32:28Z"
- fileName: "fileB.txt"
someDate: "2020-04-20T18:11:14Z" this will instruct the JSON tree component that it should treat
|
That works for me! Thanks @mrin9. I think you should note it somewhere that double quotes are necessary to get the expected output because if you don't use them it does not completely fail but you get an output like {
"someDate": "Thu Jul 23 2020 16:27:08 GMT+0200 (Mitteleuropäische Sommerzeit)"
} Regarding the re-open issue: There is no reopen button at all. There is only a "Comment" button. This seems to be an known issue: isaacs/github#583 |
@mrin9, |
It looks like you've lost sight of the other issue (#198). Just as a friendly reminder.
The text was updated successfully, but these errors were encountered: