Phillip Haydon

Results 99 comments of Phillip Haydon

Hey, would still love this, no time at the moment :(.

@erwan-joly I may be misunderstanding this, but we only truncate the `message`, the whole call stack is left intact. https://github.com/MindscapeHQ/raygun4js/blob/master/src/raygun.js#L870 https://github.com/MindscapeHQ/raygun4js/blob/master/src/raygun.js#L891 So I'm unsure why you would need more than...

Hello @milkshakeuk, are you referring to the crash reports being sent by raygun4js? So rather than use `apikey` query, it would use the header as defined in the api documentation?

This will mess up es6 arrow functions. ``` this.products = []; quest.get(....) .then((xhr, response) => { this.products = response.products; }); ``` :/

Personally I think the API is fine, but if it were to change, just swap the args around. `(response, xhr)` effectively makes xhr optional, keeps the response the main thing...

Fully updated, services don't start at all. 22.04 is completely boinked. ``` sudo service ssh start * Starting OpenBSD Secure Shell server sshd sshd: no hostkeys available -- exiting. ```

Right now for me there’s no workaround as I don’t want to change 200 api endpoint :( Thank you @bkaid for adding a gist to reproduce the issue. I missed...

IMO, if the request has a value at any point in the ordering, set the value. I mean, if I have a value in the route `"/orders/{id:int}` and a value...

I think I'm gonna be stuck on 17 forever :(