Danyel

Results 87 comments of Danyel

Thank you! I think #15 fixes this. Please report back if this error still occurs.

Can you rerun it with `--verbose`? Also, which Windows version are you using, which toolchain, which rustc version etc?

Hi, this is a reasonable issue. The problem is that I'm not using pure Rust, but an underlying C/C++ wrapper is invoked and `String`s are converted to `c_str`s back and...

You are correct, that is something this library shouldn't do. As a prerequisite for this, I would like to make an `Archive` iterable over each `Entry`. However, when trying to...

How about a different command called `upsert`?

I understand your sentiment for deployment, but submitting a changeset is not as dangerous as deploying - one can always review it and change their mind. I think you might...

I think you're confusing something. Isn't `upsert` short for `change || new` instead of `change && deploy`. I definitely understand that `change && deploy` shouldn't be introduced, but I don't...

To give an example I often encounter this situation: I have two ways of solving a problem in my code: I write out the first solution. I test it and...

Sorry but I don't quite understand your question. This has nothing to do with git. I'm talking about the cmd-z / ctrl-z and cmd-shift-z / ctrl-y / ctrl-shift-z commands in...

Another example / use case: I added and changed a lot of code, and now it doesn't compile / work, damn! How did it look before again before I broke...