Alex Stapleton
Alex Stapleton
@gorakhargosh Are you still maintaining this library? This is one of the remaining few packages in the top 360 on PyPi that are missing trove tags for Python 3.
The solutions mentioned above for CircleCI do not work correctly (other than patching Playwright). This is because Circleci depends on the filename attribute in the JUnit output, but for some...
We worked around this by using the Babel `transform-imports` plugin in our Webpack config. A bit like this ``` webpackConfig.module.rules.push({ test: /\.(js|jsx|ts|tsx)$/, exclude: /node_modules/, include: [/@tabler\/icons-react/], use: { loader: 'babel-loader',...
@tlhunter I have a support ticket open at https://help.datadoghq.com/hc/en-us/requests/2182389 I think the solution to this problem is to just (sorry) implement `getTraceParent` along the lines described in this comment on...