Kenny Wyland

Results 4 issues of Kenny Wyland

When I try to start arbitrator with a config using a cloudfiles transporter, it complains: ``` self.logger.error("The Transporter module '%s' was found, but its Transporter class '%s' could not be...

``` xxx.xxx.xxx.xxx root http://xxx.xxx.xxx.xxx/ # python /root/fileconveyor/fileconveyor/arbitrator.py /root/fileconveyor/fileconveyor/filter.py:10: DeprecationWarning: the sets module is deprecated from sets import Set, ImmutableSet 2014-01-23 00:07:46,331 - Arbitrator - WARNING - File Conveyor is initializing....

Is there any way to insert myself into the html loading process? I'd like to apply a few simple text replacements with the html, but the delegate only gives me...

help wanted
question
investigate

I tried using the auth keys published on Apple's website: ``` $signedTransactionJWT = $response['signedTransactions'][0]; $appleKeysText = file_get_contents('https://appleid.apple.com/auth/keys'); $jwks = json_decode($appleKeysText, true); $keyset = JWK::parseKeySet($jwks); $decodedTransactionPayload = JWT::decode($signedTransactionJWT, $keyset); ``` ...but...

type: feature request