Ryan Chui
Ryan Chui
At first glance, I'm not sure this would be the approach that I would use. My inclination would be an API that extends the `Formula` class with a classmethod and...
If the intention is to keep re-ordering then I would also advocate for reordering in the `Structured`, `List`, and `Set` cases so that they remain consistent. It ensure that the...
I agree the upside is marginal. It's not biting me so much as it feels like a poor user experience. When writing tests to account for the behavior, I would...
@alshan When I build python wheels I usually use this: https://github.com/pypa/cibuildwheel running GH actions. I'm unfamiliar with how this particular library is built and tested.
@MSeal Definitely echo those security concerns. I agree that the latter would be very powerful and in-line with what I'm looking for. We only use papermill as part of internal...