Skip to content
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

Various Errors From trying to parse various editor blocks #37

Open
3 of 5 tasks
vshesh opened this issue Apr 2, 2017 · 2 comments
Open
3 of 5 tasks

Various Errors From trying to parse various editor blocks #37

vshesh opened this issue Apr 2, 2017 · 2 comments
Assignees
Milestone

Comments

@vshesh
Copy link
Owner

vshesh commented Apr 2, 2017

Eg:

  • Missing positional component for Json/YamlComponent and the like
  • AnnotatedCode returns the wrong type of JSON, because Template needs to be extended with custom components.
  • no idea what is going on with codebyside/matrix/sidebyside. it looks like it should work - everything is {tag, attrs, body} but it keeps saying that it is expecting strings.
  • figure just says "cannot convert value of type None" which means null is being returned somewhere in the parsing chain.
  • list can't parse '' either...
@vshesh vshesh added this to the 0.1.0 milestone Apr 2, 2017
@vshesh vshesh self-assigned this Apr 2, 2017
@vshesh
Copy link
Owner Author

vshesh commented Apr 2, 2017

Ohhhhh style elements are dictionaries and they need to be strings...

@vshesh
Copy link
Owner Author

vshesh commented Apr 2, 2017

some of these have been fixed. the style tag issue is fixed, the None issue is fixed.
the positional component and the List one need some more work.
AnnotatedCode now spits out the right kind of error, but the real fix is to make it work with the frontend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant