Alessandro Lai

Results 270 comments of Alessandro Lai

Do you have at least Android 5.0? See #2

@teknikalcrysis The S4 can be upgraded to 5 with the official updates. Otherwise, with custom ROMs, you can go up to even 7.

> As default adapter we can use CURL as we are already using it in the client. I would advise you against that choice, since that HTTPlug adapter has many...

The main issue that we encountered was https://github.com/getsentry/sentry-php/issues/878 caused by https://github.com/php-http/curl-client/issues/55

@dbu properly summarized my concerns :+1:

Doc seems to have been updated. Is it fine now?

I fear that that approach could be flawed. The reason for reusing the kernel is that it's already booted, so any edit is not lost before launching the command. How...

Why you don't want to rely on require-dev? IMO it's hard for contributors later, since they have to run additional commands to run the checks locally...

I was trying to work on this but it seems a big mess: we have too many dev dependencies which I cannot skip or the analysis will fail, and at...