Philippe Vaucher
Philippe Vaucher
@vermiculus: I think an alternative @wyuenho hinted at is instead of having: ``` Do you want to clone vermiculus/magithub to work/magithub? (yes, no, C-u*) ``` Have it in two questions:...
I'm currently deciding wether I switch to vscode (I'm currently using Emacs). If I do I'll probably contribute :wink:
@lordmilko: seems there is still another bug: ``` powershell PS C:\> Get-Module Binary 0.9.17 PrtgApi {Add-Device, Add-Group, Add-NotificationTrigger, Add-Sensor...} PS C:\> Clone-Object -SourceId $template.Id -DestinationId $destination.Id -Name $ServerHostname -Host $ServerIp...
We have the same issue (add-sensor failing randomly), our PRTG is huge and has way too many devices/sensors, maybe that's the issue. ``` powershell Write-Output ('Processing "{0}"' -f $sensor.Device) $device...
Hello, I wrapped the Add-Sensor in a try/catch which warns "Supposedly cannot add sensor" and here's the output: ``` Processing "DEVICE1" Processing "DEVICE2" WARNING: Supposedly cannot add sensor Processing "DEVICE3"...
Hah, good! I think another step to do is that the `require 'robe'` done inside inf-ruby tries to set the path to the local machine, so you'd need to upload...
> > I think another step to do is that the require 'robe' done inside inf-ruby tries to set the path to the local machine, so you'd need to upload...
Interesting: ``` ruby [1] pry » YARD::Registry.at("File").docstring => "" [2] pry » YARD::Registry.at("GC").docstring => "The GC module provides an interface to Ruby's mark and\nsweep garbage collection mechanism. Some of the...
Ok I finally got it working like you guys: ``` [2] pry(main)> pry-version Pry version: 0.9.12.6 on Ruby 2.1.0. [3] pry(main)> PryDoc::VERSION => "0.5.1" [4] pry(main)> YARD::Registry.at("File").docstring => "A File...
Ok, turns out point 2 is a non issue (me miss-testing stuffs). I use YARD `0.8.7.3` so I don't think it's an issue. There is only point 1 to worry...