Peter Roth

Results 10 issues of Peter Roth

This is one of my personal favorite books. It covers more of the social aspects of programming on teams in addition to technical details. I wish I had read it...

When my MFA session expires I sometimes get the following behavior where I exit the server (it is usually running from my previous work day) and then launch it again....

stale

When I upgraded from ubuntu from `21.04` to `21.10` and `exa --git` stopped working. I now get the following error: ``` $ exa --git exa: Options --git and --git-ignore can't...

packaging

`ConfigBeanFactory.create` supports the ability to create a typed object with a single method call which is very nice. I am using java 17 and would like to use a `record`...

This looks useful to us if it supported bitbucket cloud. Thank you!

Hi, I can't seem to determine how to accomplish my use case. Any help would be greatly appreciated. Is it possible to verify that a jar I create is compiled...

``` > typesync » TypeSync v0.8.0 ✖ Request failed with status code 401 Stack: Error: Request failed with status code 401 ``` I have a private registry with auth configured...

To have types in my code, is it not possible to do something like the following: ``` import { Context } from "npm:@types/aws-lambda"; ``` Sorry, this might be my ignorance...

help wanted
question

## Introduction I have a git repo with lots of directories that represent my deployed infrastructure. I'm using the [Gruntwork](https://github.com/gruntwork-io) infrastructure-live setup as can be seen in [their example](https://github.com/gruntwork-io/terragrunt-infrastructure-live-example). In...

enhancement
needs-design

### Module Core ### Proposal I recently needed to create two test containers that shared data storage. One container would generate data, and the second would read this data. My...

type/enhancement