-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fable compatability #23
Conversation
Core features implemented and tested (See Unix tests running). Windows failing because python runner not recognizing pyxpecto Rocket emoji. @Freymaurer any ideas? |
Enable unicode for python, see any other pyxpecto tool. Or maxbe try --silent for reduced output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👍,
I think we can safely ignore that windows tests fail due to them not being able to display the rocket emoji 🚀
Once this is released, i will update Plotly.NET to use this version, that will act as a first "stress test" and may uncover things that are not covered by the current tests.
This PR introduces Fable compatability into the main part of the repo, namely the DynamicObj type.
pyxpecto
style and additional tests were addedjs
andpy
build targets was addedcloses #21
closes #22