aharonamir

Results 8 comments of aharonamir

Same problem here, unable to debug only by running npm run debug instead of swaggee project start -d

Found a solution for that , just run: swagger project start -n --inspect-brk=9229 it will send "--inspect-brk=9229" to node and will enable debugging :wink:

Hi Dmitry, Thanks for your reply, in my web-app the survey resides in a big front-end project with many other packages and css templates, one of them is bootstrap and...

Hi Dmitry, I've manage to reproduce the problem with your example, Attached the screen capture, basically when you change the zoom the ranking switch to drop-down, In some ![rating-wit-zoom](https://user-images.githubusercontent.com/6884483/181606000-2c92c265-610c-47f9-a6ff-2094729c5f5c.gif) screen...

Thanks Dmitry, I used the *useDropdown: "never"* option, it helped. Regards, Amir.

I also that the option for remote-container/linux will be available as I am developing from windows on a remote linux, and the ollama runs on windows

My issue is that the extension runs on the local machine, which is windows but the code is on the remote machine, which is linux. So it cannot access the...

:+1: good example, but can't connect with this config to non-secure servers Is there a good example for mixing secure/non-secure?