Bob Weinand

Results 325 comments of Bob Weinand

@razvanphp If you use the docker image, you probably should download, use dpkg and remove the .deb file in the same dockerfile RUN line, to avoids storing the whole .deb...

Oh, you are right, sorry. This is the .deb. I suppose we need to strip the extensions we don't install somehow. The problem with separate -dbg.deb packages is that it's...

datadog-setup.php is now split in individual small packages, downloading less than 50 MB for single version installs. We probably need to set this up for deb and rpm and apk...

Thanks for notifying us - I'll make sure to add some testing around that alongside the actual fixing.

Woops, that was autoclosed.

Hey @remicollet, we've generated a new artifact with that dependency fetched from crates.io. And added a check in our CI to prevent that from reoccurring. Would you mind testing/using https://output.circle-artifacts.com/output/job/11118184-517f-4f90-a55e-5b9dd0dc12b7/artifacts/0/pecl/datadog_trace-1.3.0.tgz...

@remicollet Do you need a fresh tag, or can you just build based on that artifact?

Hey @cleverhoods, Are you able to reproduce that somehow? I've tried, but fail to. I'm also not sure what special handling would need to happen here, if the fiber is...

I don't think this needs a fix. The regex should be simply ungreedy, i.e. `{location:.*?}`.