Sean Lang
Sean Lang
I had a power failure and upon restarting the server, this happened: ``` 2017-07-18 18:05:27 +0000 [info]: adding match pattern="**" type="null" 2017-07-18 18:05:27 +0000 [info]: adding source type="forward" 2017-07-18 18:05:27...
I have small highly compressible logs, so I enabled network and disk compression to save some space with my config: ``` @type forward @id input1 port 24224 @type forward send_timeout...
I found a small issue where upgrading [amqp_client](https://hex.pm/packages/amqp_client) from `3.7.13` to `3.7.14` causes an error message to be printed when I start up my Elixir application: ``` [error] calling logger:remove_handler(default)...
As far as I can tell this is entirely unused, which is a good thing because git hooks are incredibly annoying.
I noticed that WOFF2 fonts in a theme look really bad when rendered with puppeteer. The spacing between letters is all messed up. Example:  This [blog](https://docs.browserless.io/blog/2020/09/30/puppeteer-print.html) recommended setting `--font-render-hinting=none`...
I was getting errors when specifying a path to a theme that begins with a dot because `path.join` wasn't a function. I renamed the existing `path` var to `resolvedPath` and...
I'm deploying a couple instances of grab-site to a CoreOS cluster, so I made a Dockerfile... Hopefully this is a bit easier to use than pip/virtualenv. The reason why this...
It would be nice to have a way to grab a page more than once within a single crawl. Some sites (like search engines) don't have many links between their...
Removed a bunch of trailing whitespace while reading through the codebase, and added an [editorconfig](http://editorconfig.org/) file to prevent that whitespace from coming back.
https://github.com/Esteban-Rocha/page-ruler-redux/blob/fdf2b51406ae99aabec1da48a7c3d8d77544c5f1/src/background.js#L314 Google Analytics is hardly better than mixpanel.