Tyler Hampton

Results 28 comments of Tyler Hampton

Contents of `~/.aws/credentials` ``` [default] aws_access_key_id = REDACTED aws_secret_access_key = REDACTED ``` Contents of `~/.aws/config`: ``` [howdoicomputer@framework:~/workspace/aws-cdktf-example]$ cat ~/.aws/config [default] region = us-west-2 ```

Setting environment variables also doesn't work; the only way I've gotten cdktf to read in my secret keys is by specifying them in my code and ehhhhhhhhh

This can probably be closed out. The problem was indeed due to SSL certs. I created a keystore, added in the proper certs that matched with the domain that Seyren...

Something I am currently missing while demoing Elvish is being able to see autosuggestions for directories as I type paths for `cd`.

This would be pretty cool.

Yeah, so I wrote this Fish function that I tied into some other functions to prepare the vm for my project. Maybe someone will find some use for it. ```...

:+1: Prevents me from moving off of the legacy infrastructure since I'm installing this dependency via apt to make my builds work.

I was thinking that I would improve the wiki with architectural information on how the application functions. So the [localizing the application wiki article](https://github.com/sfbrigade/adopt-a-drain/wiki/Localizing-the-adopt-a-platform-to-your-community) is very useful and was thinking...