Kahlil Abreu
Kahlil Abreu
Yes that does seem to be the issue. I think I tried that but it's not that straightforward. I think the `\e` is to escape a space and only the...
@softprops Could you tell me if it would be possible to use a rust program that has an `OpenCV` dependency? I'm currently using [this crate](https://github.com/twistedfall/opencv-rust) Any thoughts about this? I'm...
Thanks for the informative and helpful reply @softprops I had tried earlier (not using Layers) but could not get it working. I guess it's time to give Lambda Layers a...
Thanks a lot @softprops Appreciate the answer and info 😄
@brendanhay > To slightly clarify my meandering first point above, you can import gogol-core.Network.Google.Types and use the OAuthToken { tokenToBS :: ByteString } type/constructor via Credentials.FromToken :: OAuthToken when calling...
To give some context, I'm trying to use OAuth2 to get consent from an end-user and then Create a Spreadsheet in the User's Drive and perform read/write operations on the...
@kmelva I didn't figure out that part, sadly. Had to stick to using Network.OAuth.OAuth2.HttpClient for my OAuth2 authentication and then manually construct the API calls and send them using Network.Wreq....
Just got hit by this when trying to check if a key (Object) exists in an S3 bucket. For anyone else who's relatively new to this or is wondering how...
It looks like the GHC issue has been fixed 👍
I got hit by this a couple of times when trying out some examples. I think the problem boils down to the fact that in the `Cargo.toml` of the examples,...