SJ

Results 222 comments of SJ

> This, bug tracks doing an incremental resolve: https://github.com/pex-tool/pex/issues/2044 These are two orthogonal things. I was just writing a comment on that ticket asking whether what we have today vs...

FWIW automatic discovery by pants was also one of the (many) banes of my existence before scie-pants packaged and released its own Pythons. Everything worked pretty seamlessly since that happened....

As an example, I just scrolled through a handful of videos in a collection view, and when I played my next video, I had about 50 `onVideoFinished` queued up and...

Note: I don't have a full fix yet, but as a quick workaround, I'm manually calling `NotificationCenter.default.removeObserver(videoView)` after I reset the videoView, and also when I'm doing any cleanup in...

That seems like a reasonable option if it can be setup. Like, a glob on all the package manager files. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file My guess would be something like: ``` /**/Cargo.toml [at]somegroup...

@cburroughs done https://github.com/pantsbuild/scie-pants/pull/485

I've looked into this while I was on a typechecker binge, but I don't think I'd want this one specifically in the repo (yet), as it says: ``` Pyrefly: A...

This is a weird one. Is there any good way to create a reproducible test?

Eeesh, I'm absolutely not a mock fan. > In some cases, the rust dirs package cannot resolve ~ without the HOME env var I'd like to be able to better...

Per the Slack chat w/ Arthur, I've created a simplified, stripped version of the plugin (without handling the configuration file) here: https://github.com/sureshjoshi/pants-plugins/tree/25-import-linter/pants-plugins/experimental/importlint