Praneet Loke

Results 52 comments of Praneet Loke

This is what I did to resolve my issue. Thanks to this [issue](https://github.com/wuman/android-oauth-client/issues/47). ``` gradle compile 'com.wu-man:android-oauth-client:0.4.5@aar' compile('com.google.api-client:google-api-client-android:1.20.0') { exclude group: 'com.google.android.google-play-services', module: 'google-play-services' exclude group: 'junit', module: 'junit' exclude...

Found [this](http://stackoverflow.com/questions/24949902/errors-installing-pty-js-node) as a workaround, haven't tried it yet myself. But I am facing this issue as well. EDIT: Disregard. The link I mentioned above reports a different error with...

@brendanheyu, thanks for bringing this up. Do you have a fix for this already? If not, I will take a look at the issue today.

> An alternative might be to recreate your Bucket periodically (e.g., every hour or so), giving it a new user delegation key. Yeah this is what I was thinking as...

I _think_ so too. It seems that the Azure SDK for Go accepts an implementation of the `TokenCredential` [interface](https://github.com/Azure/azure-sdk-for-go/blob/29175289955c37b9b5909607e35d1ab9d5259a4d/sdk/azcore/core.go#L25). Also stated in the `azblob` package doc [file](https://github.com/Azure/azure-sdk-for-go/blob/29175289955c37b9b5909607e35d1ab9d5259a4d/sdk/storage/azblob/doc.go#L30): > The clients...

This would be great to have. I don't think this should be closed.

I came here wanting an "uninstall" action from an organization, not an unpublish from the marketplace. Looking at the [changes](https://github.com/microsoft/tfs-cli/commit/2810463fd599278b822bb964fb72a4cd83c3ff0a#diff-0047de3cc939020920314067c4be8fe2R10) in the tfx-cli I do think it removes the extension...

Having said that, exposing the "unpublish" action would be good. For my workflow, I am publishing a private VSIX, test the private one, and unpublish it from the marketplace if...

@jessehouwing since writing the above comment, I have changed my workflow also to leave the test extension published and shared privately with my test organization. I still see a value...

@stack72 ah good catch!