Maxime Pelletier

Results 7 comments of Maxime Pelletier

Yes the example of my use case would be to reformat exceptions to send them to Sentry and then rethrow them.

Just tried chef-vault for the first time and had the same problem when trying to create a secret from a recipe. Turns out my error was that my client doesn't...

The same 403 ? Another thing I had to do is to manually create the databag and add the "Update" permissions for the clients.

It would actually not be that hard to do something as a sublimelinter plugin (http://sublimelinter.readthedocs.org/en/latest/creating_a_linter.html). Looking at the php linter it seems pretty easy to do (https://github.com/SublimeLinter/SublimeLinter-php/blob/master/linter.py). In the meantime,...

I also ran into this problem. I'm deploying from outside my project folder, so it could not find a composer.json file. To fix it I simply created an empty composer.json...

Any chance that PRs #285 #286 #294 could be merged to support Symfony's http client ?

Hmmm well, I quickly tried the patches and they didn't fix symfony's client for me. I'm just going to use guzzle as my client for my library tests for now...