Viewing profile — ericchiang
ericchiang
HN member- Joined
- Fri, Mar 21, 2014, 7:30 PM UTC
- HN karma
- 230
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About ericchiang
https://ericchiang.github.io/about/
Recent public activity
- comment
-
comment
Comment #48593179
Wait this is awesome. A huge issue with Enterprise OAuth2.0 is managing all the random apps. Each with their own half-baked enterprise controls for managing scopes, token expiry, a…
- comment
- story
- story
- story
- story
- story
- story
-
comment
Comment #39350542
[dead]
- story
- story
- story
- story
- story
- story
-
comment
Comment #9596373
This is a very small amount of boilerplate around the golang.com/x/net/html package. If you need the huge feature set of goquery, use that. But I find this pretty suitable for my d…
-
comment
Comment #9595331
rows := scrape.FindAll(table, scrape.ByTag(atom.Tr)) cols := []*html.Node{} for _, row := range rows { // Find returns the first result col, ok := scrape.Find(row, scrape.ByTag(ato…
- story
- story
- story
- story
- story
- story
- story