Matt Mackay
Matt Mackay
@ryanhiebert Will that also cause pip-tools to update any dependencies when it is rerun? If so, then that won't have the behaviour I'd like. I'd like the versions captured within...
I ran into this too, although using Artifactory as it too doesn't provide the JSON API. A workaround to avoid piptools hashes files locally is to get Artifactory (and perhaps...
What would you like this example to do? JS example for web, node? Not sure why cra requires the install of `ibazel` again, it's listed as a `devDependency` https://github.com/bazelbuild/rules_nodejs/blob/stable/examples/create-react-app/package.json#L21
As an overall feature I think this is okay, but I'd be careful in the cross / multi platform wording. The general issue is that pip tools (the rule that...
I feel this kinda a stopgap, as in, if the http_archive should take precedence, then define it _after_ the pip rule runs. Ideally we could provide a way to remove...
Well that merge went wrong :(
Hmm, this is tricky, not really sure if it's "bug" per se in rules_python. The launcher generated by bazel itself has a reference to this shebang line. We should at...
This is due to the generated `nodejs_binary` having the `--nobazel_patch_module_resolver` flag set. Can workaround by either defining your own `nodejs_binary` or `npm_package_bin`, depending on the use here, or supplying `outs`...
Do you have a minimal repro of the issue? My guess that something else in the `WORKSAPCE` file is pulling in an older version of rules_python that doesn't have that...
Related https://github.com/bazelbuild/rules_nodejs/issues/2407