Matt Fellows
Matt Fellows
Twitter API 1 retirement - potentially cause of "There was a problem requesting access from twitter"
OK I've found a partial fix... Adding the following line to SHKOAuthSharer.m on line 195 or thereabouts [oRequest setOAuthParameterName:@"oauth_verifier" withValue:[self.authorizeResponseQueryVars valueForKey:@"oauth_verifier"]]; Gets over the fact that oauth_verifier wasn't being sent,...
Twitter API 1 retirement - potentially cause of "There was a problem requesting access from twitter"
Update line 323 on SHKTwitter.m to be the new 1.1 API URL and all your tweeting issues are resolved... e.g. OAMutableURLRequest *oRequest = [[OAMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@"https://api.twitter.com/1.1/statuses/update.json"] consumer:consumer token:accessToken realm:nil...
I've also got a similar issue... Our k8ssandra nodes ran out of disk space, we fixed the issue, but ever since, we've had no grafana metrics from k8ssandra... I've restarted,...
Is there any update on the status of this? I'm attempting to find something to make development much easier for making React components to be added to a pre-existing, non-webpacked,...
I had the same issue which I resolved by updating to v1.3.0 - I had to clean the build folder, and manually delete the THCalendarDatePicker.framework from the `~/Library/DerivedData//Build/Products/Debug-iphoneos/THCalendarDatePicker` folder, but...
I've raised a PR in the Medusa repo (and a feature request). As it would just be an extra optional JSON property added to the `helm install` command, am I...
Sorry, the PR is here: https://github.com/k8ssandra/medusa-operator/pull/60
For future sumblers upon this issue, I had this too - I had to modify the command to pass the region - in fact because I was doing this from...
That's probably fine to be honest. Thanks 😄
@igalic The use case is that sometimes the emoji sets that ship with an OS or distro are fugly, in a lot of people's opinions, even the ones that are...