gluax

Results 95 comments of gluax

We just winded up writing a wrapper around the git exec that works. Just wanted to report we could not reproduce fetching all nor fetching a specific branch.

I would say this issue still exists in git2 since we can't reproduce the correct behavior, even if it would work libgit2.

You all can close the issue if you want. We already removed git2 as a dep in favor of just using rust exec calls, so I don't have the example...

@ef3n9r98 I no longer work on this project, you'd have to ask someone else!

I don't remember off the top of my head as this code was from a while back and we dropped surrealdb. But I believe we got a pathbuf from a...

I did attempt this with a `try catch` block as well, but no ever was ever caught and it would still hang at the `info` or any other execution method.

This issue does not affect the `ExperimentalSurrealHTTP` this functions as normal :)

Fwiw, naming the trait and the struct the same thing isn't the worst. You could always partially or fully qualify the trait. For example, `math::traits::Field`, which is fine as you...

> The naming convention we used is: _"Nouns only for structs"_. Every name that is not a noun is allowed for a trait. For example adjectives, verbs, or things like...