Brandon Doran

Results 11 comments of Brandon Doran

I'm seeing the same as @garythung.

Rollbar occasionally has downtime. We've experiences this a few times and had to resort to setting `ignoreErrors: true` in this plugin's config to prevent deployments from being blocked. `ECONNRESET` is...

@jakeNiemiec the only http requests this plugin makes is for uploading the sourcemaps to rollbar during the build. I don't think rate limiting is needed since there's only 1 request...

@jakeNiemiec I re-read and now agree that rate limiting could possibly affect this plugin's ability to upload sourcemaps. It's not likely the plugin would be the cause of hitting a...

@twschiller Yes, I think that would be the reasonable way to handle the situations were no sourcemaps are found. I can add this in over the next week or so...

@pjaws thanks for the input. As short term workaround, you might want to use `ignoreErrors: true` config option.

@GreenGremlin thanks for the PR. This project isn't abandoned. We will have a look and catch up on some PRs and issues.

I don't know, I feel like by definition, a PersistentVolumeClaim should persist between `tilt up` and `tilt down`. Take the case of a dev environment that has a database that...

Hi @alongir 1. I've tried doing a hard refresh on the page but the old requests are re-populated. I have been ctrl-c'ing in the terminal where I `mizu tap` and...