Rich Adams
Rich Adams
I am trying to use Bazel to develop dockerized nodejs apps on a local kubernetes cluster. Seems like the Bazel way is to compile all sources and dependencies down into...
This basically enables creating the `node_modules` directory in a more specific way. Instead of symlinking a node_modules folder directly it constructs a node_modules folder with all of the module folders...
Currently these rules recreate the same folder structure as the workspace for the build and symlink to an installed `node_modules` folder . To be able to refer to modules in...
I have been able to reproduce this on two Windows 10 systems so far attempting to build the same project. The project works on a mac. When running the build...
First off, I'm really excited to see the Bazel team creating a repository for vscode support and I would love to contribute to it! Secondly, Is this Repository going to...
When reusing the pulsar chart, some of the values can be dependent on values used elsewhere (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) or the name of the release (s3ManagedLedgerOffladServiceEndpoint). I propose that we [use...
notReallyPercentEncode was ignoring double encoded things that ended with a letter.