Sam Hasler

Results 64 comments of Sam Hasler

Another use-case to consider: I'd like to be able to run a script on opening a file to trigger Team > Show Annotations

Hi thanks for your interest and taking the time to post this. I might not have time to look at this for a couple of months but I've always been...

How can you use it with the latest twemoji release? As far as I can tell the releases are only source code, and the gh-pages branch just has versioned directories...

Convert the SVG to 24px PNG? Do you have a process for that?

Assuming you have [ImageMagick](http://www.imagemagick.org) installed, once you have run the above commands to checkout one of the version directories of the twemoji repo and are in it's root directory you...

I just realised emacs has SVG support. Could we not just use the twemoji SVGs directly?

once you have cloned the repo you can use this to get a list of versions: ``` $ git ls-files | cut -d"/" -f1 | uniq 12.0.4 12.1.0-alpha.3 12.1.0-alpha.4 12.1.0...

Testcase: ``` transitions body * { -webkit-transition: 0.2s width; -moz-transition: 0.2s width; transition: 0.2s width; } .box { margin: 20px; width: 50px; height: 50px; display: inline-block; background: lightblue; } @media...

Try a width of 200. I'm sure I saw it with that. Approve it and refresh. On Sep 8, 2015 3:25 PM, "Christoph Burgmer" [email protected] wrote: > I can't reproduce...

renderUnit – "render" as it can be used for rendering components (i.e. checking JS still output the same HTML) as well as CSS. "unit" for obvious reasons, but also to...