Amir Omidi
Amir Omidi
Partially addresses #5
#1923 #4399 These issues were closed with no resolution. I decided to go ahead and make these changes. The code changes how the volume section is handled to be the...
https://github.com/golang/go/issues/46518
For example, in a scenario like this: Account A issues a cert for a DNS name Z Account B issues a cert for DNS name Z Notify Account A (after...
https://github.com/letsencrypt/boulder/blob/1bed7405757fa283a14e5cb7a58236113c485c88/sa/model.go#L56-L64 This code path is hot, and the data here is not changing per ID that often. We can also deal with stale data here as well. Caching this is...
Most of the components for a dev container are already in place. The main things that we'd need for a dev container are: 1. Probably only one of each component...
Say I want to create a function for a struct that returns an Event - this doesn't get immediately logged but contains boilerplate of all the fields I want to...
Is there a way to check for keytar on runtime and see if the system has a keychain and if not fallback to some other dev-defined method?