Brandon Duffany

Results 60 issues of Brandon Duffany

Fixes #42 See [this comment](https://github.com/facebook/facebook-nodejs-business-sdk/issues/42#issuecomment-603479106) for context.

CLA Signed

### Is this a bug report? Yes ### Steps to reproduce 1. Set up a proxy server with ``` app.use( '/sockjs-node', createProxyMiddleware('/sockjs-node', { target: 'http://127.0.0.1:3000', ws: true, }) ); app.use(...

I'm trying to use a selector for a foreign key, e.g. `createSelector(orm.Parent.children)`, but whenever I modify an attribute of the `Parent` (e.g. `Parent.a`), the `children` list returned by this selector...

(DRAFT -- looking for feedback) This is an attempt to address an issue that even when setting --@io_bazel_rules_docker//transitions:enable=no, we still get some config differences across targets built as a docker...

It would be great to have some way be able to run `buildifier` with `--mode=diff` which takes into account the diffs that would be applied by `--lint=fix`. This would be...

--- **Version bump**: Patch

The rendered histograms are not very helpful for visualizing the latency distribution when there is a long tail of latencies. Example: ![image](https://user-images.githubusercontent.com/2414826/147000810-4e4a0f67-21f3-4322-a28b-3fe6a775b17e.png) The histogram shows almost all requests falling into...

* Add a `buildbuddy` user to the CI runner image * Allow setting `user:` in the workflow config, which directly sets the `dockerUser` platform prop. For now, this will only...

When `--monitoring.ssl_port` >= 0, use the SSL config to serve the monitoring handler with HTTPS on that port. --- **Version bump**: Patch