Ed Glazer
Ed Glazer
> I'm having the same issue. I disabled this plugin and everything came online and started working without issue. > > I set this up using a child bridge, and...
Ah, Roger that. Thanks for getting back to me!
FWIW, here is my slightly modded code: ``` FB.init({ appId : 'XXXXXXXXXXXXXX', status : true, // check login status cookie : true, // enable cookies to allow the server to...
FWIW, looks like someone forked the repo a while back and fixed this by adding the suggested lines to the makefile. Their change is listed here: https://github.com/OneB1t/mai/commit/94f29d5213fb95d87e9c74c44fe3cd8a98c8e1d7
I'm also having trouble building on 10.11.1 iMac, though mine is dumping out at a different point. Log copied below: [ 72%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rfspace/rfspace_source_c.cc.o cd /tmp/gr-osmosdr20151102-77032-738lyj/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++...
Also ran brew gist-logs gr-osmosdr to output this gist: https://gist.github.com/anonymous/4d2d05ecb1c147c87e61
I've tried both .md and .markdown, and those are at least showing as plain text (unformatted), and I just tried mmd, which keeps the Composer file association, but doesn't preview...
I tried rebooting, and still no luck. Checked the Console and found: quicklookd: [QL] file://localhost/Library/QuickLook/MultiMarkdown%20QuickLook.qlgenerator/ has no identifier: ignoring
I'm wondering if it has something to do with the UTTypeIdentifier in the .plist? I found a similar error in this thread on the quicklook-dev list: http://osdir.com/ml/quicklook-dev/2010-06/msg00007.html I'm out of...
Okay, turns out I'm a moron. I downloaded the source, not the precompiled binary generator. Of course, when I installed that in the ~/Library/QuickLook/ folder, it works just fine. Sorry...