Chetan Sachdev

Results 21 comments of Chetan Sachdev

Thanks for your response. I removed SublimeFixMacPath and installed Envy from Package Manager. I am still getting the same error. ![Screenshot](https://docs.google.com/uc?id=0Bz_3NOSxzC7NMS1fYkMtbVhtYVU) I tried to change the shell but I am...

@j1m-renwick I tried the approach you suggested, but I am still getting the window is not defined. ``` event - compiled successfully ReferenceError: window is not defined at eval (webpack-internal:///./src/redux/store/configureStore.dev.js:18:26)...

@gnizhak Have you figured out a solution for this? I have the same issue, managing java versions using jabba and when installing it fails. cc: @owendall @tandrewnichols

@geofflambeth Could you please help with link to your changes.

> Have you set your policy.xml file to permit the use of HTTPS? @fmw42 No, I haven't. Could you please share the steps on how to do it and why...

@fmw42 I am not using https. I am using a file which is in local file system and for that there should be file:// but I don't see any entry...

I have installed Ghostscript using snap. Here are list of steps used to install Ghostscript: ```bash 88 cd /tmp 89 wget https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/gs_10.02.1_amd64_snap.tgz 90 tar -xvzf gs_10.02.1_amd64_snap.tgz 91 cd gs_10.02.1_amd64_snap/ 92...

Sorry for the confusion with 6.9, I was just trying to mention how it was working in previous version. I have updated /opt/imagemagick/usr/etc/ImageMagick-7/delegates.xml file with full path of gs which...

@fmw42 Yes, its present and I am able to run gs command in terminal. e.g. ```bash gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngalpha -r150 -sOutputFile=output-%03d.png sample.pdf ```

Do I have more than one version of ImageMagick installed? No, just one. 7.1.2-3 Does which magick and which convert show more than one IM? No, just one. Try specifying...