-
Hi,
I tried to follow your Home.md step by step but met the following error after running the command:
` zd-chart add -a
-
### Code
Cannot provide that, as it's not a public code base
### Meta
`rustc --version --verbose`:
```
rustc 1.64.0 (a55dd71d5 2022-09-19)
binary: rustc
commit-hash: a55dd71d5fb0e…
-
I tried this code:
```diff
diff --git a/compiler/rustc_middle/src/ty/query/plumbing.rs b/compiler/rustc_middle/src/ty/query/plumbing.rs
index f3fa3634026..ec990b414a0 100644
--- a/compiler/rustc…
-
Not sure how to do a minimal verifiable example. It's a fairly trivial error in Diesel where I removed a field from the model and the SQL `create table` statement, but hadn't yet removed it in oth…
-
Related to https://github.com/openshift/source-to-image/issues/973, `s2i build --as-dockerfile` doesn't read those labels, and thus some s2i can later failed if the runtime script are not at the defau…
-
I just fixed a small bug that was changing "https" to "http". But, once we can access https sites, we still can't access ones that have self-signed certificates ... like argonjs.io! (GitHub uses cer…
-
So far I've come up with the code below (which _does_ work):
r, err := git.PlainOpen(repository)
handleError(err, fmt.Sprintf("Problem opening repository %s", repository))
branches, err := r.B…
-
Hi,
This is a feature request.
With the regular Metal Equinix API, it is possible to directly request a single machine. For my usage, this is a better API match. I generally am making a single o…
-
auto-reduced (treereduce-rust):
````rust
struct Thingu {
Thingux: [X; -const {-X}] match ,
y: u32
}
````
original:
````rust
struct Thingu {
Thingux: [X; -const {…
-
Here is the repo I'll be using as an example,
Here's the code that I'm running to test the AddWithOptions(All:true)
```go
package main
import (
"fmt"
"github.com/go-git/go-git/v5"
"g…