sushicodeur

Results 4 issues of sushicodeur

Hello, I installed Api Platform a few month ago, and it look like I'm two version behind the latest one. I'd like to update to the latest version but didn't...

I'm facing a strange behavior : I'm calling an API passing two parameters, when the _password starts with the char "@", ~/lib/Buzz/Client/Curl.php throws a RequestException (line 26) errorNo : 26...

I'm trying to query Accounts where LastModifiedDate is greater than a given date. The following code is working fine : ```js let params = {} params.LastModifiedDate = { $gte :...

Hello, I'm accessing my staging environment using public/private key authentication and an alias in my ~/.ssh/config file. Thus, accessing my staging server with ssh is only done like this :...