Guillaume Desmottes

Results 48 comments of Guillaume Desmottes

Thanks, I wasn't sure if fb/google auth was actually different from Spotify's own OAuth mechanism or not. `rspotify` [does support all these flows](https://docs.rs/rspotify/0.11.6/rspotify/#authorization) that should be easy enough to do...

Does this mean it's not possible to use `librespot` with tokens generated using the [Authorization Code Flow](https://developer.spotify.com/documentation/general/guides/authorization/code-flow/) ?

> When #490 will be merged, pretty-print will work Can you please explain how it's meant to work? I didn't find any API for pretty-print serialization. thanks!

> `apk add gstreamer gst-plugins-good gst-plugins-bad gst-plugins-ugly gobject-introspection-dev pkgconfig build-base` bad and ugly are, strictly speaking, not mandatory but will provide lots of commonly used plugins (especially `bad`).

This is handled by the `cfg-expr` crate. It seems [`get_builtin_target_by_triple()`](https://docs.rs/cfg-expr/0.12.0/cfg_expr/targets/fn.get_builtin_target_by_triple.html) does not recognize your target so I'd suggest to report this problem there.

Hi Windel. I'm not familiar with Windows development or `vcpkg` so can't really tell. Currently the recommended way is to use `pkg-config` on Windows as well, that's what we use...

@ids1024 started working on this on #12 Before considering merging this work we'd need to sort out the following: - Do we want to support this? I never build anything...

> I would still encourage to support this. It is true that vcpkg has its own quirks, but I used it to build a gtk-rs app in windows. Windows support...

Thanks for all these info @ras0219-msft > It is our intent to supply standard, valid pkg-config files on all platforms for all libraries that have upstream support. I'm happy to...

> Perhaps that's a path worth exploring in the future (system-deps requesting dependency info from cargo-vcpkg), but I think we can get a lot of milage out of just pkg-config...