Diogo
Diogo
Still seeing the issue with CocoaPods 0.36.3 .. any idea if this is something specific for this project?
it is a bit annoying to not have an updated pod, but in the meanwhile`pod "FontAwesomeKit", :git => 'https://github.com/PrideChung/FontAwesomeKit.git'` should work just fine, without the need to specifying a commit
Looking good! I agree, let's continue with the optional_arg + setter for context! thanks for the input @dbarrosop
Nice work @enzzzy! I don't have any major concerns about the code, I think you have a good direction that we can follow to implement this. Just a couple of...
👏 Speaking of tests, I was bitten by an issue recently on #22. I will describe the problem there and the fix I could figure out so far.
hey @jvanderaa, the discussion on the netmiko repository is very interesting, thanks for pointing it out. I will take a closer look and join the dicussions there! On the topic...
> The 5506-X doesn't support running the REST-API only when you are running the FirePower software module right? Yep. I actually never used a 5506-X, but had Terrible, Horrible, No...
Hi @lykinsbd, Thanks for bringing the subject here! We should definitely work on this. Given your success history with this approach, I would say that the benefits outweigh the extra...
Hi All! I was finally able to start working on this. You can check some (very) initial work on the new [asdm-interface](https://github.com/napalm-automation-community/napalm-asa/blob/asdm-interface/napalm_asa/asa.py) branch. The **get_interfaces_ip** method is the only method...
Hey, just wanted to comment that I've been trying different ways to have both connection types (REST API and ASDM) to coexist under the same driver. There are ways, but...