Noam Y. Tenne

Results 31 comments of Noam Y. Tenne

I'm not the author but I believe that it's tied to whether you are handling a root element or not. Where methods prefixed with `Decode` are to be used on...

Thanks for the feedback. You can't run a Nimoy spec like an ordinary unittest in PyCharm as I've hadn't had the time to write a pycharm plugin yet

Yes, that's a fine workaround

Hi, and thanks for taking an interest in Nimoy! Just to make sure I understand you correctly, you'd expect the output for this test case, on top of the normal...

> I'm really excited to find Nimoy I'm happy you like it! I'm the sole maintainer so I'll do my best to get to this. In any case, contributions are...

So yeah you can definitely PR a bunch of spec for this. Nimoy is actually dogfooding and all tests are written with Nimoy. You can start by adding an [integration...

The plugin is backed by Groovy HTTPBuilder, and ignoring verification errors should be [fairly straight forward](https://github.com/jgritman/httpbuilder/wiki/SSL). I'll happily accept a pull request :)

Thanks for this, but I'd rather not introduce datastore implementation specific code so that the plugin is functional across all datastore types

Can you reproduce this with a test case?