Results 177 comments of Doug Goldstein

This is related to #3657

This could be related to #133

This actually similarly relates to https://github.com/nautobot/nautobot-app-ssot/issues/272 because of the `job=self` reference which is being passed in many of Nautobot's usage simply to pass a logger down to the model methods...

But should you? Or should you have a generic `AdapterConfig` object that let's each adapter define the parameters and what gets sent to them. A very rough crappy example... https://github.com/cardoe/diffsync/commit/ffca6ef9fb3af877178d37678c77d57f93fb4321

@larsks your configuration should be using `secretEnv` to load your secret from an environment variable. You are using the string name with the $.

`serve` is building and then hosting those files with live reload. If you're looking to just serve up the files then you should put them in a container that's running...

For this one I think this is really what the author of #5903 wrote about scopes. The scope of a VLANGroup should be one of Location, Rack, Cluster, or ClusterGroup.