niftylettuce
niftylettuce
Per my findings here https://github.com/twbs/bootstrap/issues/19877 and here https://github.com/lipis/bootstrap-social/issues/91, there are a few missing variables. ``` scss // bootstrap-social $line-height-computed: floor(($font-size-base * $line-height-base)); $padding-base-vertical: $btn-padding-y; $padding-base-horizontal: $btn-padding-x; $font-size-large: $font-size-lg; $padding-large-vertical: $btn-padding-y-lg;...

Might be nice to have `signale.chalkline` exposed. Wouldn't add much overhead. https://github.com/niftylettuce/chalkline 
Says "Could not load the redis preference pane" upon loading Preferences on OSX Mavericks, can anyone else reproduce? ``` bash λ ~/ redis-server --version Redis server v=2.8.13 ``` Installed redis...
https://github.com/crocodilejs/font-awesome-assets/ Would you mind adding it to your Readme? It's really useful for emails in combination with https://github.com/crocodilejs/nodemailer-base64-to-s3
In our code, if we use bthreads, and instead of using `path.resolve` on the Node.js side, and instead use `bthreads.resolve`, then it does not match the same behavior as the...
You cannot use `postMessage` web worker API method, as it results in TypeError, and is also expecting an Array with a length of 3. ![Screen Shot 2020-08-18 at 1 21...