-
Notifications
You must be signed in to change notification settings - Fork 18
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
Embed GeoJSON schema in the project to improve build reliability #165
Conversation
Thanks for opening a PR! Although I kind of disagree with the fix. EDIT: I disagree because we're embedding code that is not ours here, it would be prone to error if it gets edited by mistake. We should rely on the official implementation and not copy paste it in our project. I'd be more in favor of an approach to:
That way you need an internet connection for the first build, but you don't need it anymore for subsequent builds. |
Thanks @martinRenou, I agree with your idea and just want to confirm a couple of things that -
|
Once when building the application (we need the schemas to generate some Python interfaces as of today).
Yes that could be similar 👍🏽 |
Preview PR at appsharing.space |
Integration tests repot: appsharing.space |
Oh oops i pushed in wrong branch |
Co-authored-by: martinRenou <[email protected]>
Co-authored-by: Matt Fisher <[email protected]> Co-authored-by: martinRenou <[email protected]>
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.
Thanks!
Should fix #125