Josh Reed
Josh Reed
So I tried this out on 2.13.0rc2, and it improves some, but the peformance difference for `--python-infer-init-files=never` is still pretty drastic: ``` ./pants --no-pantsd --python-infer-init-files=never dependencies :: # ~ 20...
I can give this a try later. Need to make headway on splitting that BUILD file anyways
I'm not even aware of `generate-lockfiles` but the rename does seem sensible. But still any user-facing churn should be done carefully. Built-in aliases is a good idea to make this...
I found this while looking for a feature request for supporting recursive gitignore files. I'm running into this problem too now. So... +1 for doing this :sweat_smile:
For the record we've switched to using one BUILD file per dir now
As mentioned [here](https://github.com/mypyc/mypy_mypyc-wheels/pull/37#issuecomment-1713261702), it's probably possible to emulate arm64 builds on a macos gha runner with colima/docker. With no need for CPU emulation, the build should be performant enough. I'm...
That shouldn’t be too hard to do On Tue, Dec 26, 2023 at 01:30 Joongi Kim ***@***.***> wrote: > https://github.com/lablup/backend.ai-oven/tree/main/pypi/projects/mypy > I'm building these by myself (using OrbStack on my...
I ran into this issue, and it does appear to be firewall settings interfering with the interface in the VM come up, likely the bootpd service being blocked. https://github.com/canonical/multipass/issues/2387 has...
@dance12r 's solution manual solution worked for me, but I was able to get it to work with apt straight up by adding the raspberrypi.org apt repo: ``` sudo -s...
@kaos Assigned you because you've worked most closely with this so probably have the most context, but feel free to assign someone else.