lestrrat
lestrrat
1. Upon request to verifyDomain(), we record the domain that we would like to test for reacheability 2. The selftest handler does a check on the Host header value against...
There are some flaky tests around the jwk.Cache tests. Would be nice to fix them one of these days
After we shuffled around the branches, codecov isn't working as expected. I'm sure this is something silly, but I personally am not _that_ into the code coverage game and don't...
https://travis-ci.org/github/schemalex/schemalex/jobs/741584788 条件がよくわからないけど、tipだけエラーになってました。これ、go.sumをコミットしなくてもいいのでは?と思っているのですがどうでしょう。
# SYNOPSIS We are starting to get new features in, and I think this is the right time to consider changing the command line interface Plan A: multiple binaries ```...
These may or may not be implemented * COLUMN * [ ] CHECK (expr) * Type * [x] SET * [x] ENUM * [ ] SPATIAL type * [ ]...
This is only required if we want to boost performance.
以下のテストを追加して`go test -race` すると色々でてきます。 そもそもこういう使い方はありえないのかもしれませんが、最近こういうのを自分のコードで見つけるのに凝ってるので… ``` diff diff --git a/shapeio_test.go b/shapeio_test.go index bd9b545..32d4e09 100644 --- a/shapeio_test.go +++ b/shapeio_test.go @@ -2,10 +2,12 @@ package shapeio_test import ( "bytes" + "context" "io"...
* NO, there's no plan to do a v3 ATM. However, this acts as our memo. * Please do not discuss or request new features in this issue -- create...