TvL2386
TvL2386
I'm also being hit by this unfortunately.... My workaround, which is nasty, is that I just monkey patched the Audited::Audit class with my CustomAudit methods. So I don't have a...
Hi magec, I'm interested! What can I do or how can I contribute?
Btw: I had already forked your repo to see if I could incorporate the changes needed, but it's pretty abstract and complicated.
Hi magec, Thanks for the information. I've updated the bundle, fixed VCR/Rspec deprecation warnings and finally ran into the Savon issues, which are hit pretty fast into the testing of...
https://github.com/TvL2386/icontrol/blob/dependency_update/lib/icontrol/base.rb#L106 Walking into: ``` NoMethodError: undefined method `strip_namespaces?' for Savon:Module ./lib/icontrol/base.rb:106:in `block in symbolize'NoMethodError: undefined method `strip_namespaces?' for Savon:Module ./lib/icontrol/base.rb:106:in `block in symbolize' ```
Hi MarsEdge, It seems I accidentally created a pull request when I just wanted to merge it to my master :-) Sorry for that. I totally agree with all the...
I would love for xfreerdp to send ctrl+alt+up and ctrl+alt+down to my linux host (ubuntu) so I can switch to another workspace. I'm using fullscreen xfreerdp on my 2nd workspace....
This would be a great feature, since I am syncing data from a management tool to netbox. For devices in my tool, I find or initialize DCIM::Interface objects. It would...
I added the code which I thought would be best to implement this feature, however it breaks the test suite and I don't know why exactly. Maybe some of the...
Hi thde, I created merge request #43 Kind regards!