Talley Lambert
Talley Lambert
totally fine. no urgency on my end. I might play a bit more with cleaning up `lookup.py` a bit more or implementing a `{pypi_name -> list[conda_name]}` interface like the originally...
> Also, I'd prefer to leave out the MappingEntry class until the next PR when we actually implement it. (I don't like having the unused code laying around.) not sure...
i think the core functionality of adding `[tool.conda-lock.pypi-to-conda-name]` was all set to go, then we got sidetracked on cleaning up the existing module patterns. I'll resolve conflicts here so it...
conflicts resolved. @maresb, looks like the conflicts, which resulted from #588, were actually already fixed in here. So, would it be ok with you to merge this and work on...
no worries, I'm probably touching/importing more of xsdata than the average user. I agree that my subclassed Transformer could probably be removed with a couple additions. And yes, you've got...
I remove `RenameDuplicateAttributes` here: https://github.com/tlambert03/ome-types/blob/35d28911ad820f3b75ee392fb88918f747204808/src/ome_autogen/_transformer.py#L74-L78 and i do that so that I can inject my own enum names here: https://github.com/tlambert03/ome-types/blob/35d28911ad820f3b75ee392fb88918f747204808/src/ome_autogen/_generator.py#L272-L276 (the details of why i had to do it that...
sounds good 👍 I'll open PRs with any proposals going forward and we can discuss more concretely
I also have this issue on conda 23.11.0, python 3.11, with vscode 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda) As the stack trace shows, the final problem is that `_Activator._get_deactivate_scripts` is called with a prefix...
Hi @lufre1, can you clarify the moment at which you would have the data validated? The values coming from the widget should always be of the valid type, so, if...