Obed Parlapiano

Results 15 comments of Obed Parlapiano

How do you test this code? First time alfred user here.

Answering myself: edit one of the last lines in the workflow: lplogin -> /usr/bin/osascript

I had this exact same issue with dynamic content and using *taggedElement* fixed it. However, I had to remove `height: 100%` from it, otherwise it wouldn't work. None of the...

Make sure you guys have the latest version: https://github.com/zalando/intellij-swagger/issues/263#issuecomment-539156847

I'm having the same issue. Running a similar setup as OP, and the babel plugin isn't working. My `rollup.config`: ``` import babel from 'rollup-plugin-babel'; import commonjs from 'rollup-plugin-commonjs'; import external...

I fixed it by downgrading to version `1.10.5`. I also tried `1.10.7` and `1.10.6` but they won't work. Version `1.10.5` and `1.10.2` works (and probably anywhere in between) TL;DR: install...

I'm facing the exact same issue at the moment. Had `.js` files so I changed them to `.jsx` but having the same issue still. Everything is almost the same as...

Update: I was wrong about the above, it does work with `.jsx` but I was importing the files directly with their name without any folder just as it's done with...

I have the same issue. Everything on the page becomes incredibly slow the moment I switch to the Vue tab. I was on the latest v5, and as soon as...