Josiah Solomon
Josiah Solomon
same here! right now we can get by using a fake printer user 😃
I wish vm folder name was also included in the vm data coming back from rest api ``` rest/vcenter/vm/vm-1914/guest/folder rest/vcenter/vm/vm-1914/folder ```
here is a fork with version 9 and electron-forge https://github.com/yosiasz/electron-tutorial-app
Waiting for next release of this amazing tutorial for latest version of electron!
no worries. in that case I will be happy to start looking at updating it for the community to v11 of electron! here we go! you have already done a...
@crilleengvall here it is v9.4.3 with electron-forge https://github.com/yosiasz/electron-tutorial-app Any versions after 9 it breaks because of all the jquery and js file loading.
sql server 2017 same config as ``` var config = { "user": "user.name", "password": "password", "server": "servername", "domain": "DOMAIN_NAME_CAPITALIZED_AND_NOT_FQDM", }; ``` But still get the untrusted domain in my pre-prod...
Greetings, what is the word with this feature? thanks!
ok, I think I now understand. I either need to use a url ``` const url = 'http://openweathermap.org/img/wn/[email protected]' ``` or this part of the docu says ``` To add your...
interesting you can even refer to a file on disk ``` const img = '/public/img/wind-direction-arrow.svg' drawArrow(); function drawArrow() { //10,10,150,150 //"apple.png", 10, 10, 80, 80 const arrow = s.image(img,140,10,40,40); arrow.attr({fill:...