Guillaume Desmottes

Results 48 comments of Guillaume Desmottes

Not, really didn't play with Requires much.

> The distinction here would be based on whether the dependency is required by the header files, right? Yes, any type exposed in the public API, so in the header,...

Works for me. I don't have much time to work on this atm so having a release with the existing features would be good. The existing Requires API still has...

I think so, the general issue described in the top comment still applies.

I'm suffering the same problem. On my dep is using `ring` which triggers `cargo deny check license`: ``` ┌── ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index):2:9 ─── │ 2 │ name = "ring" │...

Oh indeed, perfect, thanks! :+1:

Looks like the `resume` directory created in the image is still owned by `root` instead of `app`: ``` drwxrwxr-x. 7 root root 4096 Jan 31 11:26 resume ```

So yeah the problem is with the custom user. If I remove it all then it works fine. ```diff --- a/.docker/resume.dockerfile +++ b/.docker/resume.dockerfile @@ -1,11 +1,5 @@ FROM ubuntu -#...

> is this fixed with #606 or is there something else we need to handle to accommodate this? That still does not work: ``` $ RUST_LOG=oci_distribution=trace cargo run --example download-image...

What do you mean by _Facebook/Google auth_? It this the same thing as the [Authorization Code Flow](https://developer.spotify.com/documentation/general/guides/authorization/code-flow/) or that's yet another one?