Ben Mares

Results 674 comments of Ben Mares

> The bot's code is a good sign that complexity in this task makes it harder to debug and reason about. Given the info above, I'd vote for the parslemouth...

> I'd rather have the table file in the same spot as the metadata package along with the code to make it. We can version it separately ofc. You have...

Some more data on inverting Parselmouth: ```python match_lengths = [len(matches) for matches in parselmouth_result] df["match_length"] = match_lengths print(df.match_length.value_counts()) ``` ``` match_length 1 3510 0 1395 2 88 3 5 5...

I think we're broadly in agreement. I still have more questions about the details though... > We don't need to update the mapping more than once a week IMHO. This...

Thanks so much @beckermr for your patience on this. Agreed that it's helpful to work out these details. > We should store the overrides separate from the input data so...

Welcome back @nichmor! When I get the chance I'd like to read the full parselmouth source to understand all the details, since the data is such good quality. As the...

Scikit-build-core looks really powerful, but also really overwhelming. Is there some simple way to migrate to Hatch if using a Cython extension via `setuptools.Extension` given that I don't know anything...

I ended up creating a duplicate of this as https://github.com/prefix-dev/pixi/issues/1646. Copied here to keep everything in one place: [Original Discord discussion](https://discord.com/channels/1082332781146800168/1264299390336634880) Currently pixi interprets `project.dependencies` as `tool.pixi.pypi-dependencies`. (At least I...

Hey, ya, perhaps the real underlying issue is that the error reporting is far from ideal. Take for example this run. https://github.com/brendanjmeade/celeri/actions/runs/14400087567 Here's my UX: ![Image](https://github.com/user-attachments/assets/62c95c85-64e9-448e-b86f-656ab2a076ec) Big scary lots of...

@zpoint, my comment is now hidden in resolved suggestions, but I'm curious why `azure-cli` is being installed because I don't see it used anywhere.