Andrew Luetgers

Results 33 comments of Andrew Luetgers

I am also having this problem however changing the line-height property does not solve my problem. To diagnose I made a glyph that was the full height and width of...

Big phishing scam going on with GH right now I got hit by it and revoked access from the offending app. But they sent out the fake messages under my...

Big phishing scam going on with GH right now I got hit by it and revoked access from the offending app. But they sent out the fake messages under my...

Could use Lambda@Edge to dynamically define a versioned path for assets. http://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html

Big phishing scam going on with GH right now I got hit by it and revoked access from the offending app. But they sent out the fake messages under my...

I'm familiar with how Stylus does this for css, its strictly a block level thing. ``` css @css { body { font: 14px; } } ``` I also think JS...

yeah sounds logical

Big phishing scam going on with GH right now I got hit by it and revoked access from the offending app. But they sent out the fake messages under my...

I need to support offline sync + teams and have looked into using ElectricSQL well but am really impressed with the idea of the CRDT being implemented within the database...

I have rarely ever though I would want something like this, ternary expressions never felt wrong. But when I have more than one condition the ternary mode can become a...