会有猫的

Results 25 issues of 会有猫的

1.4.1 函数 ``` 在Go语言中,函数是第一类对象,... ``` 这个表达太英语了些,first class 在英语世界使用挺广,不过我也想不起,中文有何词能较好传达,只是`第一类`不懂英语的读者应是难懂。

Hi, author. I added some support for encoding other than UTF-8.

https://wordtothewise.com/2018/11/why-do-my-urls-have-two-dots/ I found one of my mail made by this library having issue with leading period. And I notice that Apple Mail or Outlook have no this problem because they...

I got a feed `https://www.williamlong.info/rss.xml` that `gofeed` would parse it's article content as description and content == "" ![image](https://user-images.githubusercontent.com/2720676/110203672-6e991b80-7eaa-11eb-9766-893ab8cf928a.png)

下载B站的iframe外链失败 ``` lux 'https://player.bilibili.com/player.html?aid=455558656&bvid=BV1iY4y1B7Ph&cid=187499214&page=1' Downloading https://player.bilibili.com/player.html?aid=455558656&bvid=BV1iY4y1B7Ph&cid=187499214&page=1 error: this page has no playlist github.com/iawia002/lux/extractors/bilibili.getMultiPageData github.com/iawia002/lux/extractors/bilibili/bilibili.go:158 github.com/iawia002/lux/extractors/bilibili.extractNormalVideo github.com/iawia002/lux/extractors/bilibili/bilibili.go:168 github.com/iawia002/lux/extractors/bilibili.(*extractor).Extract github.com/iawia002/lux/extractors/bilibili/bilibili.go:300 github.com/iawia002/lux/extractors.Extract github.com/iawia002/lux/extractors/extractors.go:52 github.com/iawia002/lux/app.download github.com/iawia002/lux/app/app.go:271 github.com/iawia002/lux/app.New.func1 github.com/iawia002/lux/app/app.go:248 github.com/urfave/cli/v2.(*App).RunContext github.com/urfave/cli/[email protected]/app.go:322 github.com/urfave/cli/v2.(*App).Run github.com/urfave/cli/[email protected]/app.go:224 main.main github.com/iawia002/lux/main.go:13...

bug

Signed-off-by: gonejack Hi, @cyrilis I add default timeout and retry setting for image downloads for epub-gen, with SuperAgent's built-in feature. About the tempDir, just to avoid epub-gen creates files under...

Hi, sVim is missing ```close other tabs``` at this moment, is it limited by Safari API?

简体版本可以转化程序的方式向读者提供,简体因合字的缘故,是无法完整还原为繁体的。

Hi, This PR saves header time "last-modified" to output file.

run-build

```go package main import ( "fmt" "log" "strings" "github.com/PuerkitoBio/goquery" ) func main() { var html = ` text ` doc, err := goquery.NewDocumentFromReader(strings.NewReader(html)) if err != nil { log.Fatalln(err) }...