Matt Mc

Results 149 comments of Matt Mc

Might need to do [something like this](https://stackoverflow.com/a/53431262/700471).

@JayPanoz Curious how this relates to #22 and the workaround that it has--putting Media Queries in a separate CSS file. So if you do that, your hyperlinks are toast? Just...

You ever get anywhere with this? :)

Images appear correctly in popovers in iBooks for OSX v1.5. I'd post a picture, but I have an NDA on the book I'm working on right now. Anyway, frustrating that...

I'm happy to report that `` does in fact work properly on iOS. @dvschultz Can add the "Has Workaround" label I suppose.

Yes, Kindlegen treats the selector `.appendix .hidden` as `.appendix, .hidden` which has some awkward results. I'd never seen the "hidden character limit" before. I wrote a Javascript module that simplifies...

My preference goes to https://github.com/CloudyKit/jet although it's not particularly popular. More from a syntax perspective. But yeah Jade does look similar to Amber so probably a fine replacement for those...

Please turn on your debug mode to output the SQL of the requests.

Great, well `INSERT INTO "events" () VALUES ()` is clearly incorrect. The beautiful part about generated code is you can look at what it's doing and put log statements in...

> Is it customary to commit the generated sqlboiler code? Or is it recommended to use a generate expression to get it just prior to compilation? In Go, it's customary...