Closed
Description
Apparently, re2
is only used to replace patterns in the series labels of Timeline:
Since re2
doesn't release binaries for all the Node.js versions and architectures that OSD supports, we have been forced to maintain binary releases of our own and all that effort for this task feels unreasonable to me.
I feel like using the native RegExp
would be sufficient here.