Stephan Fuhrmann

Results 17 comments of Stephan Fuhrmann

Thanks for fixing the deprecations!

Added a pull request for this, see #102

Maybe [CmdLineParser#addOption](http://args4j.kohsuke.org/args4j/apidocs/org/kohsuke/args4j/CmdLineParser.html#addOption%28org.kohsuke.args4j.spi.Setter,%20org.kohsuke.args4j.Option%29) is what you're looking for? Can you give an example?

@muhammad-rafi you are right, Cisco uses "application/yang.data+xml" in NXOS 9.3.10 and says they are implementing RESTCONF Protocol draft-ietf-netconf-restconf-10. See [Cisco Nexus 9000 NX-OS Programmability Guide](https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/progammability/guide/b-cisco-nexus-9000-series-nx-os-programmability-guide-93x/b-cisco-nexus-9000-series-nx-os-programmability-guide-93x_chapter_011100.html) This breaks much of ansible.netcommons...

Problem exists in httpretty==1.1.4 httpretty==1.0.5 works as a workaround @gabrielfalcao thanks for your great effort, it is appreciated!

**Implemented spec of JUEL is JSP 2.2 == EL 2.1:** Chapter 1.8.2 [2] says: > 1.8.2 A {==,!=,eq,ne} B > ... > ■ If A or B is an enum,...

A good idea. For the machine all sudokus are equally difficult and the algorithm doesn't care. There are approaches trying to guess the difficulty for humans, i.e. as described [here](https://www.sudokuoftheday.com/difficulty)....