Stu Hood

Results 77 issues of Stu Hood

See https://github.com/Aeledfyr/deepsize/issues/5 for reasoning.

Add support for the `log` crate... initially only `log::Level`.

### Steps to Reproduce Running multiple `rye` (`sync` in particular, but likely any command which uses an interpreter) processes concurrently, some of the processes can fail with: ```console $ rye...

Remove `intrinsics` facility from the engine, and instead expose intrinsics in `intrinsics.py` via a new native call response for generators. This solves an issue in #19730 that there were no...

category:internal

The `Workspace` ~and `InteractiveProcess`~ APIs execute some acrobatics in order to use blocking APIs (waiting for a future to complete) on a `tokio` thread (because `@rule`s run on a `tokio`...

`dependabot` itself is [not accepting support for new ecosystems](https://github.com/dependabot/dependabot-core#contributing-to-dependabot), but they suggest that forking [`dependabot-script`](https://github.com/dependabot/dependabot-script) would be a good starting place for creating a bot for updating some other ecosystem.

Currently `./pants test lint $target` runs sequentially, and does not start any of the work involved with `lint` until after `test` has finished. This is because goals are currently implemented...

I am a first time user of Pants' `shell` backend, but: it looks like Pants' `shellcheck` integration does not set `-x` by default. The impact of this seems to be...

backend: Shell

The recommended method of creating a subclass from https://github.com/pybind/pybind11/issues/1193#issuecomment-429451094 does not seem to allow for passing keyword arguments. This test fails with: ``` def test_kw_only(): > assert (m.KwOnlyMethod().test("x", y="y") ==...

## What We currently serialize the `PrivateData` of planning using Postgres's `List` and `Node` types. But that data is never actually introspected by Postgres, so we can use whichever serialization...