Reuven Gonzales

Results 73 comments of Reuven Gonzales

Here's the solution: ``` .someclass:focus { outline: 0; } // can't remember if you need this next section .someclass:active { outline: 0; } ```

@webratz There isn't a workaround available in boto 2.x.x. You'll have to make a call directly to `boto.connection.make_request` which is what I did. Some values of the ASG are updated...

Added [fortanix/rust-sgx#327](https://github.com/fortanix/rust-sgx/pull/327) to support the ideal signing process.

Yaaaa I’ll update.... I didn’t setup my script to sign commits so I’m going to force push some changes after modifying my script On Thu, Feb 28, 2019 at 19:24...

I too would have a great use for this. This would allow for a greater breadth of emulation/testing.

Part of this was completed with #924 we now just need to add the terraform invocation into the repository. Originally I wanted to keep that out of the public repo...

For now we opened up a private repo. Closing this for now. In the future we will setup the infrastructure to maintain much of the sensitive things in the public...

We can also think about doing things like mentioned here: https://github.com/dagster-io/dagster/discussions/19944 My thought would be something like this but it would send a message to our discord. In order to...

@ccerv1 Oh. I just saw a message from this morning. A different auth method than originally discussed is being requested. I’ll create one

Oh actually upon closer read I think it’s just some confusion on how to use the creds I supplied. I responded over dm