-
Notifications
You must be signed in to change notification settings - Fork 11
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
Build/Deprecation warnings #48
Comments
Docz might be back on track soon:? doczjs/docz#1634 |
looks like
in package.json should work |
i should hve some time next week to work on updating the |
will do... not sure how much you have looked at performance (google Chrome f12), but I've never really looked too hard at "dropped frames" until now. I think it is the way the messages are handled, I'm trying to minimize the demand, but I still get dropped frames every now and then... a little judder here and there. I have a feeling it is within roslibjs and the way the listener.subscribe is created. Interested if other folks have dived in that far, or "if it works, it works!" which is about where I am at the moment! |
keep an eye at what Foxglove studios are doing. they are doing some really good work IMO with regards to web visualization stuff. |
what im trying to say is if you are seeing a problem most likely they are too. ill bet money they are either working on a fix or coming up with a new way around the problem |
oh nice... I'll give them a look! |
@jaguardo I just pushed an update to fix some of these warnings. a lot of them are sort of out of my hands though....so if you'd like to keep pushing for updates on other repos feel free 😄 I respect a lot the work you are doing tbh, it takes someone very determined to keep pushing for these sorts of updates on all these repos! 😅 |
going to leave this open to track all these updates.
|
Started looking at all the Warning when building with react-ros:
seems there are currently 5 components: docz, roslib, react-scripts, microbundle-crl, uws:
Docz:
Which seems to jiv with that packages issues... (doczjs/docz#1568) so, either start to PR changes to that repo, or find another package that does something similar? not familiar, but might not have a long life span...
roslib:
socket.io (RobotWebTools/roslibjs#322) looks like they depend on 4.0.0 which is what the warning says not to use... maybe a PR with them?
no idea
react-scripts
might just have to accept these, as there are about 1000 issues (https://github.com/facebook/create-react-app/issues)
and this one
looks like they are up to version 19ish now (https://github.com/uNetworking/uWebSockets.js)
this is more just to document them and see if there are good alternatives or ways to address them
The text was updated successfully, but these errors were encountered: