-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make loading indicator display earlier #318
Conversation
Also bump data
No need for rebasing 👍 |
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.
👍
Thank you! |
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.
Loading fix looks good, but there are a few issues:
Several of the changes in Percy are clearly due to the data update, but there's also a case in 'Top cited articles' where the subjects/topics are no longer included:
Old | New |
---|---|
The Python tests also fail, preventing Jest from running (6 Jest tests in one suite fail locally):
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.1 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
Yeah the arXiv subject thing is fine, that's because we consolidated venue names. I'm looking at the test failures now... it runs fine locally so it's something about the github actions configuration |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
You won't be able to see this locally, but as the data has grown in size it's become apparent that the loading indicator is not showing as early as it needs to be. I'm not sure why, I think the way we are using Suspense is correct, but here's a quick stopgap until we come up with a better way (like improving how data is fed to the app...)
Also bumps data