Timothy Hobbs

Results 233 comments of Timothy Hobbs

I'm working on a review here: https://thobbs.cz/rust-play/petgraph_review.html Perhaps this could be cannibalized for such a purpose?

I just added another guide, the first one was tutorials, this one covers internals: https://timothy.hobbs.cz/rust-play/petgraph-internals.html

Should I close this issue now? Or do you want to document it somewhere?

FYI you can do this very simply right now with an unsafe transmute: https://timothy.hobbs.cz/rust-play/petgraph-internals.html#The-Graph-data-structure ```rust let undirected_tree : Graph = unsafe {std::mem::transmute(tree.clone())}; ```

What is the `init` method on the DynamicListBuilder for?

Can we re-open this? This would be really nice to have.

Hi, I don't see your changes. I tried to write you an email, but did not receive a response :( On 06/22/2017 09:24 PM, jamesrogers-io wrote: > > Hey, I'm...

Hi, Docker compose is not supported. However, it is possible to use two contaniers together if you only need to share files/directories/unix sockets. However, it is not yet possible to...

Working around #328 for the time being is a simple matter of pre-creating the directory.

You are right that there is a bug there with regard to the endUser's name being queried. I've been humming and hawing about what to do about the sudo permission....