Samuel Cormier-Iijima

Results 72 comments of Samuel Cormier-Iijima

@peterhassett thanks for the suggestion. This is indeed an issue - it would be great to have the list of fields be customizable. Unfortunately, I don't have the bandwidth to...

@shimizukawa thanks for the PR. I would ideally want this to be customizable, since some people might want to see the full text in Slack.

@taienwang - do you mean sending a single update message to multiple channels?

Running into this when trying to set up Flox inside containers for background agents. The agent operates everything as the default user (ubuntu in this case), however because it's in...

[This commit](https://github.com/pypa/distutils/commit/51749270038f117f8f3103523bb37fd73bb4fe29) was intended to fix this issue on PyPy but it was backed out due to issues on OSX I believe. The relevant comment and discussion is here: https://github.com/pypa/distutils/pull/228#issuecomment-2265478504

Specifically https://github.com/pypa/distutils/pull/228#issuecomment-2265537941 where we thought this was an acceptable limitation (C++ on PyPy), but I suppose that's not the case.

Sorry, I missed the earlier discussion in this issue referencing these issues already.

I can confirm however that the issue no longer occurs with newer versions PyPy (tested PyPy 3.10 v7.3.19).

Thanks @jdrouet, and my apologies, will do. Just attempting to fix the latest CI issues. As for your questions: the first pass was mostly generated with Sonnet 3.7 Thinking, but...

The only change from the original commit so far was to fix a clippy error and to add `blocking` as an option for `reqwest` to attempt to fix the current...