niftylettuce

Results 182 issues of 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;...

![screen shot 2018-06-20 at 11 16 04 pm](https://user-images.githubusercontent.com/523141/41697762-f6edd2a0-74df-11e8-9694-8b1b16de396d.png)

feature request

Might be nice to have `signale.chalkline` exposed. Wouldn't add much overhead. https://github.com/niftylettuce/chalkline ![chalkline](https://camo.githubusercontent.com/9c5e3363733c20892ea7cc8ac92d096de69a9132/68747470733a2f2f63646e2e7261776769742e636f6d2f6e696674796c6574747563652f6368616c6b6c696e652f6d61737465722f6d656469612f73637265656e73686f742e706e67)

feature request

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...