Adrian Cole
Adrian Cole
While most zones contain a subset of common record types such as `SOA` or `A`, not all DNS services support the universe of record types. It should be possible to...
probably via sonatype https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
In many apis, pagination is used to deal with lists of records (or record sets) beyond 100. After record 100, you'd need to pass a marker or the like to...
At netflix, we'd like to be able to restore the state of a record set in reaction to operator error or data failure. In order to do so, we need...
Quick testing with a complex record (in this case MX) showed errors on multiple providers. Even if not all tests pass, we should know which record types work per-provider multi-value...
ultradns takes significantly different code paths if a record is an `A` or a `CNAME`. There are also slightly different paths `A` vs `AAAA`. Right now, `BaseProviderLiveTest` only tests multiple...
Relating to issue #7 we need to analyze all resource record types used across Route 53, UltraDNS and DynECT to ensure the model we design is as simple as possible...
This updates wazero's description as it has some interesting new users as well WebAssembly 2.0 and FreeBSD support.
``` ok github.com/tetratelabs/func-e/internal/cmd 13.152s [7](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:7) panic: test timed out after 10m0s [8](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:8) [9](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:9) goroutine [10](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:10)0 [running]: 10 testing.(*M).startAlarm.func1() [11](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:11) C:/hostedtoolcache/windows/go/1.17.6/x64/src/testing/testing.go:1788 +0x8e [12](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:12) created by time.goFunc [13](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:13) C:/hostedtoolcache/windows/go/1.17.6/x64/src/time/sleep.go:180 +0x31 [14](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:14) [15](https://github.com/tetratelabs/func-e/runs/5059885436?check_suite_focus=true#step:6:15)...
At least in go 1.17 amd64, there's a lot more assembly generated by the compiler for ```go func Close(src io.Closer) error { defer src.Close() return nil } ``` vs doing...