Remi Rampin

Results 489 comments of Remi Rampin

File is opened here: https://github.com/kbknapp/cargo-graph/blob/d895af1b7840c7ae8eddaf4e990bfa594c22ba01/src/main.rs#L332-L334 And written to here: https://github.com/kbknapp/cargo-graph/blob/d895af1b7840c7ae8eddaf4e990bfa594c22ba01/src/graph.rs#L222 I'm surprised this would happen. I don't see a reason for it?

I really assumed write!() always outputted UTF-8. I don't know where this translation could be happening.

Sure thing. I can rebase again whenever. See you later!

GitHub says this still merges :tada:

I ran into this. I am trying to fix the bug, but it is hard to validate a fix since it takes a long time before a 410 gets returned...

The problem is that a lot of code, outside of the Post class, open the `source_path` file directly.

It is definitely doable 👍 I'll take a crack at this myself if I can find the time.

Having (overridable) Post methods that return file-like objects, instead of externally deriving filenames and opening the file, would go a long way towards extensibility!