Results 177 comments of Doug Goldstein

The docs reference `_identifiers`, `_shortname`, and `_attributes` as lists (see: https://diffsync.readthedocs.io/en/latest/getting_started/index.html#define-your-model-with-diffsyncmodel) but they're actually implemented as tuples. But then when you read how they're used, you really want them to...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

Looks like just removing the name in the VLAN case won't do the trick. Here's the same system built without a VLAN interface. You can see the names are still...

So every example I've found is old and the API has changed. Or because of the way the custom classes are done in Nautobot it won't work. Mostly having to...

So specifically adding ``` id = serializers.UUIDField(read_only=False, default=serializers.CreateOnlyDefault(uuid.uuid4)) ``` I'm honestly not sure how `BaseModelSerializer` is adding in `id`. It says it does in the comment but I don't see...

> Why are they getting this? Is it because of a macOS bug? Not sure. It seems so far when Python 3.13 was used that it's triggered. I can get...

Is there something I should pursue to land this? Or suggest to OpenStack upstream a change?

Happy to close or do the needful to land this. Just need some advice on direction.

So I'm weighing in as the person that added this into the tree if that's okay. I don't love my own contribution overall. It feels too much like a bolt...

To further this along, I've pulled this PR into build that I made at https://github.com/cardoe/dex/releases/tag/v2.44.90 You can grab the container to test with at ghcr.io/cardoe/dex:v2.44.90 and report back on this...