simurai

Results 143 comments of simurai

> does the testing take this long? the test still isn't finished for some reason Sorry, a maintainer has to manually run the checks, which I can do now.

Ok, took another look and there is still a the problem with the rounded corners if the `Box-row` using a ``. E.g. ```html Box title Box row one Box row...

> So far it's been working well for most use cases. This should work in most cases, but I think it will break in some case for github.com. So I'm...

Hmm.. I'd rather not show anything, than adding potentially too much noise. As a convention it could be this (if that's possible): 1. Parse `CHANGELOG.md`. 2. Look for the version...

> first check for release notes via GitHub Releases (which would be the easiest, since we wouldn't have to parse anything) That would be nice too. Not sure if there...

> List all fonts, but mono-spaced fonts first with a separator :+1: > What about installed font weights? I think variations shouldn't be shown at all, just the main fonts....

Ohh.. you're right. Having `Light`, `Regular` and `Medium` would be useful and then `bold`, `italic` still should work when defined in themes.

Re: `text-rendering: optimizeLegibility`. Saw this post the other day: http://bocoup.com/weblog/text-rendering/. It might have performance issues. But would need some testing to see if it has an impact when used in...

We could add this selector: ```less .btn-group > .btn[style="display: none;"] + .btn.btn { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } ``` It adds rounded corners to buttons that are on the right...

I can reproduce this with: - Font Family: `Meslo"` - Line Height: `5.5` ![screen shot 2016-05-18 at 1 55 00 pm](https://cloud.githubusercontent.com/assets/378023/15347923/f13bc13e-1d00-11e6-9028-b5fd7da7d8b8.png) I looks like the problem is that when adding...