Pierrick Voulet

Results 40 comments of Pierrick Voulet

Hi @mrpavlikov - Thank you for reporting. **Workaround:** You should be able to override existing environment variables that set the proxy to use by setting the `curl` option `proxy` to...

@chiragvels thanks for opening this issue. IMO there is no perfect solution, only a trade-off between flexibility and stability. Relying on `gax-php` dependency rules makes things simple and flexible (useful...

I flagged this issue as enhancement: documentation could be improved to address this.

Hi @shobha-procentris. An operation can only update one asset but it looks like you are trying to set a list of assets (the variable name is `$assets`). Could you try...

Your variable `$assets` is an array. You should only edit one asset in an operation so you should change the following: ```php $assets = [ new Asset([ ... ]), ];...

I found two issues in your code: 1. The resource name of the element to update should be set in the object itself instead of being provided in the `setUpdate`...

@MumblingFumbler Thanks for reporting! Could you give it a try with the following and let us know if it behaves as expected: ```javascript function appendPre(message) { var pre = document.getElementById('content');...

Thank you @mattbnz! We should be able to merge this as soon as the Google CLA issue is fixed, could you please take a look at it when you have...

@Mansari I tested this change and it now works fine with both V8 enabled or not.