Thomas Eizinger
Thomas Eizinger
Do you have on concrete ideas on how you would want this to work? :) I've never worked with GLib but my first impression was that we should probably move...
Thanks and sorry for the late reply! Your observation is correct :) The post is a bit dated on that front. Will see to fix.
> I think we should look into alternative ways to initialize `Docker`s since `Docker::new()` failing without unix sockets is certainly unintuitive. https://github.com/softprops/shiplift/pull/256 looked into this a bit and I think...
> I'm not sure I like that, because it makes things harder if someone works for code on platform A while developing on platform B, right? [I've been](https://github.com/softprops/shiplift/issues/208) in exactly...
From reading the documentation/PRs linked in this ticket, I get the following understanding (please correct at any stage if I am wrong): - Custom git merge drivers need to be...
Thanks @mightyiam ! I have to admit, this was no longer on my radar at all. The latest lockfile version only rarely produces conflicts in my experience. For Cargo.toml, I...
> * Ensuring that certain types don't leak out through the API, even though they are public (perhaps from another crate). I am really interested in this one, mostly because...
Thank you for answering so quickly and thoroughly :) This is resolved from my end unless you want to keep it open to maybe also expose `futures::Either::project` publicly?
Would it make sense to depend on `either` instead?
Tagging as "help wanted" because I'd like to get people's input on this idea.