Bryan Larsen
Bryan Larsen
I tried updating libflate to 1.4 and then ran `cargo install cargo-bundle --path /work/cargo-bundle` but now it crashes with `error: No [package.metadata.bundle] section in Cargo.toml`. Which is odd, because I...
We're using workspaces, if that makes a difference.
I used to do what you describe, but big PR's never got a good review. A 10 line PR will get constructive comments; big ones don't. And it was a...
Missing pieces of information in original post: - The CI process takes an hour. Yes, there are places it can be optimized (and we're working on that), but there are...
Yes, that's what I'm setting up for GitLab to take advantage of. It's a tedious manual error prone process. If we were on GitHub we could buy Graphite, but we're...
It looks like your steps 1 & 3 are incompatible on GitLab: https://gitlab.com/groups/gitlab-org/-/epics/4911. Hopefully it lands soon. The other problem is that I'm hitting #2223 on using `git rebase -i`...
For others with this or similar problems, it appears that the config/database.yml file may be safely edited manually while at the "Okay to drop all existing databases " prompt.
For me, I believe this is similar to #3. sweep works for me on Linux, but not on Windows or MacOS. The fix in #3 works for me on Windows,...
The example should include a transformation of a HashMap key into a sorted vec since that's a common stumbling block.
thanks. One of my reasons for using cacache is because if it was easy to use format! I'd probably just use it to create a filename and dump files onto...