Rob Crowe

Results 24 comments of Rob Crowe

I think an easier (first) route to take would be to support phpenv (https://github.com/CHH/phpenv) like TravisCI does. `phpenv` lets you switch versions of php easily. I propose the following syntax:...

Just saw @rickard2 comment. I'm all for phpenv support

Noticed https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/5264 was raised by @Frefreak but went stale. Does that PR satisfy the needs of this issue & worth revising? If not, what would the implementation of a `keyed...

Unable to develop with Go; either the linker fails or if I try forcing the architecture I see... ``` > env GOOS=darwin GOARCH=amd64 go build . package oso-test imports github.com/osohq/go-oso...

Thanks @saolsen that worked locally 🙇🏻 What would need to happen in order to support this within the various languages? - Under `macos_libs` run `rustup target add x86_64-apple-darwin` & `cargo...

Thanks for the speedy reply @weeco > I think this is already possible given that you can edit the offset as you wish I'm obviously doing something wrong or missing...

I guess it comes down to a more readable docblock for a human. FQCN in docblocks are a pretty common thing, with most packages that I use doing the same....

@kamilkisiela @n1ru4l Any chance you could take a look at this PR? 🙏🏻 Currently, the container is unusable. Thank you in advance 🙇🏻

No not yet. I'll take a look at this On 5 August 2014 08:57, James Brooks [email protected] wrote: > @rcrowe https://github.com/rcrowe are you running Sentry v7 yet? > > —...

As far as I can see on getsentry/raven-php they haven't released a new client. So not sure what the issue is. Now I've shipped rcrowe/twigbridge I can focus on this...