Results 672 comments of Steven Silvester
trafficstars

The minimum tests use `hatch --v run`, you can add that to the standard tests to compare.

> Would it help if the bot was allowed to label? Yes, please, we can use the same config as [Jupyterlab](https://github.com/jupyterlab/jupyterlab/blob/main/.meeseeksdev.yml).

@jaraco might you be able to verify that this fixes the issue for you as well? For PyMongo the relevant change was that we needed to ignore a loopback adapter.

I did some more digging, and the `FirstDnsSuffix` is only set if the adapter is configured directly. I'm getting a null pointer for the value. If it is null, we...

Actually, I can't find any indication that `FirstDnsSuffix` is what we want, but we know that the registry approach works, so I think the best compromise is to use the...

Hi @rthalley, I'm blocked on two decisions: - Is it okay if I refactor a bit so we can re-use the logic to read the `search` field from the system...

Thanks @rthalley, I'm picking this back and up and testing now.

Thanks @jaraco, there's no rush from my end. I've done the following: - Updated the configuration setting method - Added a test for setting the configuration method - Added a...

@jaraco were you able to confirm that using `set_config_method` addresses the undesirable behavior? To answer your question, yes, we (PyMongo) intend to detect the presence of `set_config_method` and use this...

> Are we ready to leave draft state then? Done!