Ryan Parlee
Ryan Parlee
Have you tried `xattr -d com.apple.quarantine ~/Library/QuickLook/WebpQuickLook.qlgenerator`?
Some resources for various mail transfer agents: sendmail https://www.voip-info.org/asterisk-voicemail-as-email-using-sendmail/ postfix http://jonathanmanning.com/2014/12/28/how-to-asterisk-voicemail-to-email-using-gmail-account/ exim https://www.dreamvps.com/tutorials/install-setup-mailserver-centos-7-vps-exim/ https://www.noreplied.com/how-to-install-exim-on-centos-6/
exim was by far the easiest to setup and configure: ```bash yum -y install epel-release yum -y install exim cat >/etc/exim/exim.conf.local
Got it working on MacOS Catalina (10.15) with the patch provided above. Here's an exact recipe for those interested: ``` # Get source code git clone https://github.com/toland/qlmarkdown cd qlmarkdown #...
> @parleer running `wget` as written returned a "missing URL" error. Worked around it by downloading through browser and placing it manually. I was also not able to copy the...
@brad-provident Run `xcode-select --install` to install Command Line Tools
Still not working in 7.17.0
@weyert Adding the project-level endpoint authentication to .npmrc worked. But is this a problem with GitLab or pnpm? It seems as though npm forwards the authentication from the instance-level endpoint...