TomaszDom

Results 9 comments of TomaszDom

By messed up do you mean you get a white screen? I also have this problem, I work around it by first casting a much simpler view, waiting a few...

I have given up on the stock solution and am using a custom resolver, I hope this helps some people: ``` config.hostmanager.ip_resolver = proc do |machine| result = "" machine.communicate.execute("gwmi...

@Alfs29 there are no problems with the script (huge thanks @jadanah), you just can't run it like this from mongo shell, try it like this (4 separate commands): ``` var...

If anyone is still stuck with having to use this old plugin, I've forked it and made some small changes to make it compatible with 10.0.12, it's here - https://github.com/TomaszDom/fusioninventory-for-glpi...

Here's my workaround recipe in chef: ``` execute "add-ubuntu-make-ppa" do command "sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make --y" action :run not_if do ::File.exist?('/etc/apt/sources.list.d/ubuntu-desktop-ubuntu-ubuntu-make-xenial.list') end end execute "update" do command "sudo apt-get -y -qq...

My use case does not go beyond accepting the default folder as you can see from my workaround from two months ago. It's an ugly solution to a simple problem,...

Definitely a switch or something like that would help, e.g. "-y" or "--y", I'd then be able to get rid of that ugly code from production and make it a...

I'm not sure if you guys are aware, but there is a driver that does all of these complicated measurements for this hardware here: https://github.com/HGrabas/SI1145 Although the UV reading is...

@jackspirou decided to ignore this vulnerability and abandon this project. Anything else would be better, archiving the project would be better than leaving it as is. So many projects are...