please
please copied to clipboard
High-performance extensible build system for reproducible multi-language builds.
Sat down with @goddenrich to clarify what each of these mean. Thought I'd update the comments to make it easier to understand the life cycle of a target from this...
I've twiddled this a bit to (mostly) match our colour scheme. The search box background isn't directly customisable so I've left it as is; it's possible to hack with CSS...
The patch on a python_wheel fails should surface the path to the patch ``` jdelapuente:~/repos/core3/src:(wheel-resolver)$ plz build //third_party/python3:_$WHEEL#wheel Build stopped after 90ms. 1 target failed: //third_party/python3:_$WHEEL#wheel Error building target //third_party/python3:_$WHEEL#wheel:...
I wrote an sh_binary in a BUILD.plz file, and when I ran the "./pleasew build " command, it threw an error: "error: name 'sh_library' is not defined". How can I...
In the documentation site, extract out the pre-templater content of the pages, `lexicon.html`, `plugins.html` and `config.html` into separate build targets, so that they can be used to build out a...
I intend to use [Fuse.js](https://fusejs.io/) to implement searching of the documentation website on the browser-side. It is lightweigh, well-maintained and does the job, This commit creates the list of items...
The Please website does not currently provide a way to search for content across the site. [Using Google search is an option to achieve this](https://www.google.com/search?q=foo+site%3Aplease.build), but it is inelegant and...
This adds the [Fuse.js](https://fusejs.io) library to the documentation website, in order to implement searching functionality. In `search.js`, we add the `fuseSearch()` function to the global scope. It performs an [include-match](https://www.fusejs.io/examples.html#extended-search)...
good morning, nice community! Looks like there is no string extrapolation in the ```revision``` field of the ```github_repo```: .plzconfig ``` [BuildEnv] FLATBUFFERS-VERSION = 24.3.25 ``` BUILD ``` github_repo( name =...
This is split out from another PR I'm working on, to try to keep that one a bit more sane. What I'm observing is that while I have local build...