Michael Walker
Michael Walker
Changes needed for RFC 4592: - [ ] [Section 2.1.3](https://datatracker.ietf.org/doc/html/rfc4592#section-2.1.3): implement non-terminal wildcards - [ ] [Section 2.2](https://datatracker.ietf.org/doc/html/rfc4592#section-2.2): ensure a wildcard does not match its own subdomains - [ ]...
This isn't just a problem with 0-TTL records. If resolving a record requires more records to be cached than the cache can hold, it will get stuck in a loop....
I think there are three things needed here: - [ ] Preserve character case of domain names (but keep the case insensitive comparison) - [ ] Add a new record...
Sorry for taking so long to reply. That's a good idea, I'll have some more free time in July, when I'll implement this (and finally push a new version to...
There are a couple of issues here: 1. irc-ctcp only has a nice decoder to `Text` (but that can be remedied with a small function) 2. `matchCTCP` is currently case-insensitive,...
I have just checked the dictionaries produced by `markov.Markov.train`, both with and without interning. They are identical. So that's not where the issue creeps in.
Here's the corpus: http://lib.ru/PROZA/ABRAMOW/abramov_dom.txt
Here's the log from the systemd unit running `docker-compose`: https://misc.barrucadu.co.uk/forever/e4355f6a-9b9e-449b-8263-196cc1222161/concourseci.log There are a few `baggageclaim` errors: ``` {"timestamp":"2019-06-08T16:52:06.743477477Z","level":"error","source":"baggageclaim","message":"baggageclaim.api.volume-server.create-volume-async.create-volume.failed-to-materialize-strategy","data":{"error":"invalid argument","handle":"f98b290f-3b3c-4ff7-5e1c-0069f418e0d1","session":"3.1.29.1"}} {"timestamp":"2019-06-08T16:52:06.743542809Z","level":"error","source":"baggageclaim","message":"baggageclaim.api.volume-server.create-volume-async.failed-to-create","data":{"error":"invalid argument","handle":"f98b290f-3b3c-4ff7-5e1c-0069f418e0d1","privileged":true,"session":"3.1.29","strategy":{"type":"cow","volume":"50edbcad-c379-4e9f-4c2b-362041bcec32"},"ttl":0}} {"timestamp":"2019-06-08T16:52:06.743579749Z","level":"error","source":"baggageclaim","message":"baggageclaim.api.volume-server.create-volume-async.create-volume.failed-to-materialize-strategy","data":{"error":"invalid argument","handle":"ad59841f-1ce1-4d90-6b70-8700467701dd","session":"3.1.34.1"}} {"timestamp":"2019-06-08T16:52:06.743608924Z","level":"error","source":"baggageclaim","message":"baggageclaim.api.volume-server.create-volume-async.failed-to-create","data":{"error":"invalid argument","handle":"ad59841f-1ce1-4d90-6b70-8700467701dd","privileged":true,"session":"3.1.34","strategy":{"type":"cow","volume":"d1ad2edf-38b9-40f9-4048-da5300b5d0ab"},"ttl":0}} {"timestamp":"2019-06-08T16:52:07.151643149Z","level":"error","source":"atc","message":"atc.pipelines.radar.scan-resource.interval-runner.tick.find-or-create-cow-volume-for-container.failed-to-create-volume-in-baggageclaim","data":{"container":"281d33e4-c50a-408e-5895-b70dcddcfade","error":"failed to create volume","pipeline":"ci","resource":"ci-base-image","session":"18.1.2.1.1.3","team":"main","volume":"ad59841f-1ce1-4d90-6b70-8700467701dd"}} {"timestamp":"2019-06-08T16:52:07.162617819Z","level":"error","source":"atc","message":"atc.pipelines.radar.scan-resource.interval-runner.tick.find-or-create-cow-volume-for-container.failed-to-create-volume-in-baggageclaim","data":{"container":"ec58bb4f-214b-4377-5d96-4c37462eab68","error":"failed...
I tried setting `CONCOURSE_WORKER_WORK_DIR`, after adding a worker container (rather than using the `quickstart` command), giving [this docker-compose file](https://gist.github.com/barrucadu/e96477c5a193793c01a3a056b35185a1), but had the original problem. I then tried switching to the...
Doing better, and `gometalinter` only actually complains about things >10: ``` 12 main main main.go:61:1 11 main parseType wanted.go:452:1 11 main parseLine wanted.go:193:1 10 main WantedFuzzersFromCommentLines wanted.go:122:1 10 main CodeGen...