Andrew

Results 35 comments of Andrew

Would this only work with .html / .kit?

We don’t need this feature, If we gzip on the server end, we don’t need to worry about much as long as we compress. And if your CSS does include...

Codekit has hooks though – Can you not hook a gulp process? > On 6 May 2015, at 15:36, Chris Edwards [email protected] wrote: > > Very valid points all around,...

Watch out for SVG optimisers that strip code, as i've found that they break .svg's when shown on samsung tabs/notes, making them not scale when set to width 100%

Can we also make it so the files are blessed and it exports animated gifs of the process... On 5 Aug 2014, at 12:43, Даниил Пронин [email protected] wrote: > A...

Wicked, I'll give that a bash On 24 Oct 2014, at 16:59, Bryan Jones [email protected] wrote: > This sounds like the OS is getting confused about what type of file-events...

How about something like this: http://codepen.io/yratof/pen/PzpeRX

I think i'm having the same issue, except it kills the container with opacity 0 and life gets bleak after such an event

`TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'` means it failed and it can't add '' (nothing) to the file name. The connection fails, and there is 0 chance...

Scratch that, go it working up to a certain point. Swap out the URL for this new one ``` conn = httplib.HTTPSConnection('westeurope.api.cognitive.microsoft.com') conn.request("POST", "/vision/v1.0/analyze?visualFeatures=Description&%s" % params, data, headers) ```