Brian Antonelli

Results 17 comments of Brian Antonelli

I disabled snapshot plan preview and spool manager still didn't run..

Even when providing the ARN I still get en exception from it attempting to call `iam:list_users`. I'm doing this from a federated account that does not have IAM access. My...

In header search paths replace `"$(SRCROOT)/../../makefile/downloads/eigen-latest"` with `"$(SRCROOT)/../../makefile/downloads/eigen"`

I've had similar results on iPhone 7 on iOS 10. I cannot run it with the debugger attached as it constantly crashes.. Ive had a few times when Ive run...

No, you can't use it just fine. It's missing from the store.

Dropping the encoding argument from csvlink.py line 172 fixes the issue: `with open(self.output_file, 'wb') as output_file:`

Merge pleeeaassseee

Decoupling LDAP is just what this project needed! Thank you! 👍

Here's the agent log (I added a bunch of debug statements): ``` [DEBUG ] 2017-05-03T12:12:23-04:00 (/go/src/github.com/AdRoll/hologram/agent/cli_handler.go:51) get agent request [DEBUG ] 2017-05-03T12:12:23-04:00 (/go/src/github.com/AdRoll/hologram/agent/cli_handler.go:61) SSH_AUTH_SOCK included in this request: /private/tmp/com.apple.launchd.vH14PCyzO0/Listeners [DEBUG...

Also, here's my server config (I guessed at the config for a keys file): ```json { "userstorage": "file", "keysfile": { "filepath": "/etc/hologram/keys", "roleattr": "businessCategory", "defaultroleattr": "employeeType" }, "aws": { "account":...