David Pennington

Results 68 issues of David Pennington

Need to add https://github.com/tidwall/buntdb

https://github.com/cznic/ql is a CGO or _pure-Go_ SQL subset database. It could be a pure-Go alternative to SQLite once it gets more testing and usage.

- https://gist.github.com/hvoecking/10772475 - https://github.com/gorilla/schema/blob/master/decoder.go#L176

There has been a report that `{{ /* use main */ }}` doesn't work but `{{/* use main */}}` (no leading/trailing whitespace) does. Not sure what is going on as...

There are other Go libraries to add and benchmark as well - https://github.com/karlseguin/ccache - https://github.com/VictoriaMetrics/fastcache

While client-side Javascript can't build an RSS reader for us, we could use Yahoo! Pipes to scrape the page and render out an RSS feed for this system.

The Javascript should look through the links and find the current active nav link and highlight it.

Using something like http://codepen.io/gschier/pen/HCoqh we could pre-fill the dom with lightbox images by looking for all the img nodes inside the article after parsing and appending the hidden lightbox elements....

enhancement

We should have a simple History.pushState method for new browsers wthat could load the new page via-AJAX and then gracefully replace the content and update the URL.

https://download.kiwix.org/zim/gutenberg/ Taking the en download (62GB) I see the following counts of each [article.EntryType](https://pkg.go.dev/github.com/akhenakh/[email protected]#Article) constant: ``` map[0:1 1:54311 2:74568 3:2 4:1133 5:1 6:14 7:1 8:4 9:6 10:2 11:5 12:24 13:1...