Sean Sica

Results 9 comments of Sean Sica

@victorquinn, can you please approve this PR? `netTimeout` is not getting propagated from `Client` to `Connection` instances, resulting in fallback to default value of `500` ms. This is resulting in...

Ran some tests yesterday evening to validate your work, @sergiuser1. ### Using the current `Dockerfile`: 1. Using the current `Dockerfile` image and **no** cached layers (including the base `node:16` image),...

@clemiller The feature branch I added for this issue, [242-sync-color-theme-with-os-settings](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend/tree/242-sync-color-theme-with-os-settings), doesn't directly address or incorporate the CSS changes mentioned above. But it does modify the theme behavior by adjusting the...

It's quite possible this is user error, but I just spun up a new server, https://lemmynewengland.com, and it doesn't appear to be connecting to the federation at all. Federation is...

Here is what I am observing: ## 1. Other servers are not searchable Federation is enabled. Both the allow-list and deny-list are left empty. Yet other servers are not searchable....

# Review Notes Review notes as of commit [4ea4b89](https://github.com/mitre-attack/mitreattack-python/commit/4ea4b890fe06fd56a34c91f71d49d7ff7f26f303): --- **Installation** section: consider changing the note about requiring python3 to a bulleted sub-heading section called `Prerequisites` --- The [Related MITRE...

So I found an interesting workaround: ``` sam deploy --template-file .aws-sam/build/template.yaml --config-file ~/dev/shopify-monitor/samconfig.toml --config-env dev --guided ``` For some reason, specifying the _relative_ path to the template and the _absolute_...

#281 should be addressed before tackling this