Darren Hoo
Darren Hoo
@shurcooL > If this package has the needed functionality, why is its name or location important? If API stability is important, it can/should be vendored. It seems that you're a...
panic happens sometimes with this pr (may exist in original code) ```go panic: send on closed channel goroutine 93559 [running]: github.com/vartanbeno/go-reddit/v2/reddit.(*StreamService).Posts.func2.1(0xc000081800, 0x64, 0x80, 0x0, 0x0) go-reddit/reddit/stream.go:91 +0xc5 github.com/vartanbeno/go-reddit/v2/reddit.(*StreamService).getPosts(0xc000286288, 0x9bc961, 0x3,...
@RGood my fix above is still buggy, panic occasionally: panic: send on closed channel goroutine 347827 [running]: github.com/vartanbeno/go-reddit/v2/reddit.(*StreamService).Comments.func2.1(0xc001434800, 0x64, 0x80, 0x0, 0x0) [go-reddit/reddit/stream.go:196 +0x1a5](https://github.com/darren/go-reddit/blob/39267077688fc9cd37974d6420563191894a17b6/reddit/stream.go#L196) github.com/vartanbeno/go-reddit/v2/reddit.(*StreamService).getComments(0xc0000a0700, 0xe26c10, 0x3, 0xc000138180) go-reddit/reddit/stream.go:218 +0xe3...
导入 github.com/blevesearch/bleve/analysis/analyzers/custom 不行吗? ```diff diff --git a/tokenizers/example_bleve_test.go b/tokenizers/example_bleve_test.go index f5da6b4..ccec9f7 100644 --- a/tokenizers/example_bleve_test.go +++ b/tokenizers/example_bleve_test.go @@ -6,6 +6,7 @@ import ( "os" "github.com/blevesearch/bleve" + _ "github.com/blevesearch/bleve/analysis/analyzer/custom" _ "github.com/wangbin/jiebago/tokenizers" ) ```
@ebroder your solution works for me on Mac OSX! really helps.
workaround: https://www.juliogonzalez.es/debian-10-some-docker-containers-are-not-starting/471
Finnally, it finished: Created: January 7, 2020 02:37 AM Finished: January 7, 2020 10:37 AM Queue time: 240m Build time: 240m
@lunny @puni9869 I have modified the original issue title and make changes to this pull request, can you re-review this? this is the original code that handles smtp auth error...
> It's not easy if we have no accounts of that two platforms. Actually you don't have to have accounts of these email providers, Just setup an SMTP authentication source...
> ~If I understand correctly, 526 error is caused by DNS error?~ https://www.alibabacloud.com/help/en/direct-mail/user-guide/summary-of-common-email-return-codes-and-solutions  > > Maybe this one: https://www.alibabacloud.com/help/en/alibaba-mail/latest/526-authentication-failure > > What I want to say is that, this...