-
https://github.com/google/vanir is a system for
- Generating signatures for source code patches
- Detecting whether a local copy/fork of some code has patches applied, by using the signatures ge…
-
In #58 there are several fixes made to pip... yet pip was meant to be vendored as-is and unmodified.
We also lost history in some move... we should clean this up and vendor pip automatically (with ve…
-
GO15VENDOREXPERIMENT is enabled; I'm in the right GOPATH; there's a vendor directory. The `gorump` binary appears to either ignore the environment variable, or has broken vendor experiment code. Or,…
ghost updated
8 years ago
-
[distutils](https://docs.python.org/3.11/library/distutils.html) was deprecated a while ago and was recently removed from Python 3.12
Debops uses this module in [a number of places](https://github.…
-
What is supposed way to distribute `orbax-checkpoint` и `orbax-export`? It is totally unclear for me
1. how to get notification about new releases?
2. what is 'ground truth' package(s) sources: P…
-
Hello,
Is it possible to configure dependabot to create draft PRs instead of regular ones?
We could use this configuration as a workaround of dependabot not supporting golang vendoring ([link1]…
-
Hi, over at https://github.com/NixOS/nixpkgs/pull/242101#pullrequestreview-1660442765, we wanted to make use of the make file more directly when building lambda-lisp.
It would be very helpful if la…
-
-
We might want to vendor deno dependencies for production environments, and we can ensure that the scripts don't reach out in production for deps by adding support for `--no-remote` to the run command.…
-
I have a project with a main.go, and a v1 package for my API, with a file for each CRUD object (post and user). I import the v1 package in main.go.
When I run `govend`, for some reason, it vendors …