Connor Newton

Results 9 comments of Connor Newton

@cx1111 @samuelandjw Same here. Compiled 10.5.24 on macOS 10.12.3. Works fine without --without-netfiles (Xcode CLI tools installed for libs). Copied files from /{bin,lib} across to nativelibs/macosx/bin, no effect - still...

@ikarosilva Brilliant, thanks. Just to add for others' reference: warning() will complain if you pass it a string ("...") instead of a char array ('...'). I also set the default...

We have the same issue and observe that it seems to be introduced between 3.15.1 and 3.16.1. [Code sandbox reproducing issue](https://codesandbox.io/s/exciting-glitter-6pgrjw) and [original discussion](https://github.com/testing-library/user-event/issues/820#issuecomment-1755529982) from user-event.

> 3. Otherwise, raise a TypeError("do not know how to construct schema for X") I agree that the library should not be optimistically trying to create dataclasses out of types...

I got caught out by this one earlier. +1!

> Grep for "suboptions:". You can use it when `type=dict` or `type=list` and `elements=dict`, for example like this: https://github.com/ansible-collections/community.general/blob/main/plugins/modules/nmcli.py#L129-L164 Thanks, that will get me some of the way there. However...

Gradually chipping away at the unit tests when I have time...

Hey. I haven't been able to work on this for some time now and am unlikely to again for a while. What is missing is unit test coverage for several...

I intend to finish this when time permits - it's likely to be a while though.