-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix to make identical bundles on different nodes #4601
Conversation
So, if I understand correctly, browserify + glslify currently bundles the If so, what's special about the shader program in |
Correct. |
|
We could. But that require spending more time debugging. |
yep, good idea. |
💃 |
Possibly since v.1.36.1 a random number was attached to one of the GLSL variables of shader programs used in
gl-line3d
module e.g.encode_float_1540259130(pixelArcLength)
resulting in non-deterministic bundles as reported in https://github.com/plotly/streambed/issues/13816.This PR fixes this issue by removing one linking step within
gl-line3d
module.@plotly/plotly_js
cc: @nicolaskruchten @dmt0 @tarzzz