SJ
SJ
A problem with running native code is that you often need to use the instrumentation tests to run unit tests. Actually, in reality, you just need to compile your libraries...
On almost every invocation of `./pwd.sh w someusername 30`, I receive a "tr: Illegal byte sequence" response. On the very few invocations that work (one in every 20), my random...
[internal] Adding first-party sources compilation, linking, packaging, and running to the CC backend
This draft PR is not even remotely close to merge-ready. It's been created to solicit feedback on best practices for dependency inference and internal API usage from the Pants maintainers,...
Since #16200 has landed, integration with Pants should be the next focus (plus dedicated ZSH completions wouldn't hurt). The merged PR was strictly a Python script to generate bash completions....
Re: Slack thread https://pantsbuild.slack.com/archives/C0D7TNJHL/p1658767584514849 This isn't a feature request or bug fix per se, but more of an open question as to whether [Playwright](https://playwright.dev/python/docs/intro) is inherently supported out-of-the-box with Pants...
A pretty cool Swift/ObjC documentation generator: https://developer.apple.com/documentation/docc
Is there any way to catch keyboard events in a `DisclosureButton`? By default, it captures the Enter and Spacebar to open/close the Disclosure, however, I have an `input` field that...
**What should the feature do?** I was wondering if there was any facility to specify (in the proto files, or options) the total desired encoded message size. As in, not...