Konstantin Käfer
Konstantin Käfer
Using [filter 3](https://www.w3.org/TR/PNG-Filters.html) results in ~30% smaller PNG files in some situations.
Updates RapidJSON to a more recent version that includes various bug fixes.
Valhalla uses a few constants defined as floating point, e.g.: https://github.com/valhalla/valhalla/blob/f6d6f2cf56e4b1146319733d284334e3fff53d8e/valhalla/midgard/constants.h#L30 However, the single precision floating point values used here don't have enough precision to hold the decimal points specified...
Git offers many different hooks. `secret-shield` implements only one of them (`pre-commit`), but it sets `core.hooksPath` to its `hooks` directory as per the recommended installation procedure. Unfortunately, this precludes other...
Here's a handy one-liner that allows you to export Google Chrome's search engines in a format that is compatible with this extension: ``` bash sqlite3 ~/Library/Application\ Support/Google/Chrome/Default/Web\ Data \ "SELECT...
Style layers can currently only specify a single data layer. With data driven styling, we're looking at rendering the same data with fewer style layers. I propose adding support for...
When running multiple queries in parallel, sometimes the error message gets overwritten by another query. This results in errors "not an error". This patch places the call to sqlite3_errmsg() in...
If you run multiple queries in parallel, don't expect these values to be reliable. See the sqlite3 docs for [`sqlite3_last_insert_row_id`](http://www.sqlite.org/capi3ref.html#sqlite3_last_insert_rowid) and [`sqlite3_changes`](http://www.sqlite.org/capi3ref.html#sqlite3_changes).
It'd be cool to create groups of repositories, similar to the Everything/Participating lists, except with a user-curated list of repositories. Browser Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML,...