SJ

Results 222 comments of SJ

> I would in general be wary of this because [corepack is being removed from future versions of Node](https://thenewstack.io/node-removes-corepack-bun-runs-native-c-from-javascript/). I don't know offhand what the best solution might be, but...

I just ran into this as well. It looks like the rest of the fix for this is unreleased (maybe in markup_fmt 0.15.2?): https://github.com/g-plane/markup_fmt/pull/73

There is a WIP for the underlying functionality here (https://github.com/pantsbuild/pants/pull/19462) Essentially using PBS directly. I think the PR just needs some TLC, and we're off to the races.

@cburroughs Is this closeable? Sounds like it's roughly done?

@jsirois I'm unavailable for any in-depth review until probably Tuesday/Wednesday - but I think we've converged on something and the docs make sense to me

Not to derail, but for whatever solution is used here - what would be the plan with `pnpm`? Rely on its global content store hardlinks outside of Pants? "shamefully-hoist" it...

Is it that the player "blinks"? Or is it because the `playerView.play()` will reload the asset and basically restarts the whole pipeline? I noticed this, and I maintain a "first-run"...

There are a couple of open tickets for accessing target data (I've figured out how to do this, just have to have time to implement a performant solution). https://github.com/pantsbuild/pants/issues?q=is%3Aissue%20state%3Aopen%20shell-completions I'm...

Discussed just now in Slack: https://pantsbuild.slack.com/archives/C046T6T9U/p1660743319494179 > I've been experimenting with setting up a test project to get a feel for pants, but my updates to files are not getting...

> I can't reproduce the segfault issue in CI locally, but I'll try on a Linux box and see what I find. The logs also note that there is another...