Blaze (Balázs Galambosi)

Results 18 issues of Blaze (Balázs Galambosi)

getDataURL: function () { var canvas = document.createElement('canvas'), ctx = canvas.getContext('2d'); var pixelRatio = window.devicePixelRatio || 1; canvas.width = this.options.width * pixelRatio; canvas.height = this.options.height * pixelRatio; ctx.scale(pixelRatio, pixelRatio); ctx.drawImage(this.$image.get(0),...

I've implemented the email validator, which was labeled as FIXME. The only form it refuses is quoted-string form in the local part. More on this can be found on: http://en.wikipedia.org/wiki/Email_address#Syntax

https://github.com/inuyaksa/jquery.nicescroll

bug

**anonymous**: "It would be quite good, if you have added possibility of adjustment of sensitivity of the middle mouse button."

feature

Trying to debug why my users don't get updated. I'm getting this error in console. > Prompting policy for hardened runtime; service: kTCCServiceAppleEvents requires entitlement com.apple.security.automation.apple-events but it is missing...

> **NSAttributedString + qs_attributedStringWithText** > If kerning, adds NSKernAttributeName : NSNull (which is the right way to turn on kerning, weirdly). Always Be Kerning. If I create a simple UILabel...

Xcode 6.3.2 Fresh install of Alcatraz and XToDo

Default Exclude directory is Pods/ But all the TODOs are indexed and shown from Pods/ Xcode 6.3.2 Fresh install of Alcatraz and XToDo

I've updated Prototype, Mootools, jQuery to the latest versions. Prototype insertafter test returned undefined so i fixed it. Some puredom tests have been fixed too.

If you have an old instance of your program running from the Applications folder and people launch a new instance (let's say from the Downloads folder) the moving will **fail...