Jorge Arco

Results 33 comments of Jorge Arco

Hi @rikterbeek I think it's easier deal with PSR-7 rather than a custom responses as simple arrays. Also can be difficult to integrate with other libs due to this non...

3rd parameter to the client under options attribute. Like this: ```js const DEFAULT_OPTIONS = { 'grpc.max_connection_age_grace_ms': DEFAULT_DEADLINE + GRACE_PERIOD_MARGIN , 'grpc.dns_min_time_between_resolutions_ms': DNS_MIN_TIME_BETWEEN_RESOLUTIONS_MS, .... }; const defaultConfig = { .... options:...

Good catch! We're going are gonna need to change any reference to this object in the code too as this is a breaking change for the object. thanks!

Well, right now there is not possible to add or remove roles. Thats why I didn't persist it. But why not, maybe it's a good moment to add it. We'll...

LGTM but can you add some tests?

I would like to do it ASAP but time is limited. PRs are welcome! :trollface:

Having the same issue. If you need any information about the case just tell me and I'll post here all the info

@blakebarnett what have you done that to mitigate this?

It seems you're a higher version than the one on the symfony-5 branch: `8.0.13` vs `8.1.2`. Does it work with 8.0.13? I need to try the upgrade, as I haven't...