Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

I’ve been using Typinator 3.5 for quite sometime to speed up my coding and recently there was an update ( 3.5.1 ) which seemed to break TextMate. If you use both of these and programs you probably noticed something like this happening:
<ul> <li></li> </ul>
Also, if you have been using Typinator + TextMate, I can bet you have noticed the multi-line expansions being very buggy on where it places your cursor after the item is expanded. Like so:
<!-- What is put into Typinator: --> <ul> <li>{^}</li> </ul> <!-- What actually comes out in an HTML page --> <!DOCTYPE html> <html> <head> <title>Example</title> </head> <body> <div id="wrapper"> <ul> <li></l{^}i> </ul> </div> </body> </html>
Notice the cursor position being off? Well I have a fix for it using a simple downloadable plist. Thanks to Günther Blaschek from ergonis.com
Instructions
- Download and unzip the file below
- Quit Typinator and TextMate
- Go to your home folder (the one with your username)
- From there go into
~/Library/Application Support/Typinator/Application Settings - Once in
/Application Settings/drop the unzippedTextMate.plistfile inside - Start up Typinator and voila, it should be fixed!