Matt Clay

Results 134 comments of Matt Clay

The docs build memory usage is directly related to the available CPU cores. Since the build is done in parallel, each additional CPU core increases the memory required. For the...

There are multiple implementations of mocking/patching for `AnsibleModule` in the existing unit tests. I think we need a more comprehensive solution than the one fixture included in this PR before...

I don't think any of the current fixtures qualify as being part of the test framework. Perhaps if we had a single fixture used for all the module tests which...

@webknjaz Yeah, at least take a look at it to see how much effort would be needed to cut down on the number of reboots. If it looks like it's...

I'm having the same problem with 0.7.2. Adding a nullable DateTime field to a class as follows will fail to compile: ``` DateTime? x; ``` It results in the following...

I agree that DateTime should not be a value type in Script#. Although it is nice to have types in Script# that closely match .NET types, it is more important...