Peter Gillard-Moss

Results 7 issues of Peter Gillard-Moss

Hello We are your angular-piwik and we are experiencing some errors. We added the module successfully to our app and placed the following in our html: ``` html ``` This...

Hello, piwik-angular doesn't correctly reference variables when passed in attributes. For example: ``` javascript scope.host = "http://staging.piwik.com" ``` ``` html ``` piwik-angular doesn't pick up the value of host (http://staging.piwik.com/piwik.js)...

Added functions to manage a bucket's website configuration. I used clojure.java.data to convert to and from the BucketWebsiteConfiguration bean. There is some complexity as the lib doesn't handle typed collections...

Added get-bucket-policy and update-bucket-policy. Externally the policy is a clojure data structure. The AWS sdk wants a json structure as a string so the new s3 functions hide this implementation...

Offers a function not in the AWS sdk which is to determine whether you have a bucket in your account, rather than bucket-exists? which tests whether the bucket exists at...

I have had some strange behaviour when packaging middleman. Middleman works fine with jruby but as soon as I package it as a jar it goes rather funny. I have...

The following line fails as there is no x5c in the dictionary: https://github.com/jpf/okta-oidc-beta/blob/master/app.py#L139 The Okta docs do not mention an x5c key either: http://developer.okta.com/docs/api/resources/oidc.html#get-keys