Andrew Crichton

Results 9 comments of Andrew Crichton

What is the point of "isBlocked"?

Perhaps "disabled" would be more descriptive terminology?

I am not sure what you mean, could you elaborate?

Knowing if it is signed is not really a possibility given the nature of signatures. I think that a reasonable solution would be to implement listeners for touch-down/touch-up events and...

You are absolutely right about the size difference issue. If you can put it in a pull request I will merge the change in and mark this as closed. As...

I was having this problem with a simple project (almost hello-world), the issue was the celery worker did not have IAM permissions `sqs:DeleteMessage`. I'd like to see an error reported...

The illegal credential issue is caused by [this check](https://github.com/firebase/firebase-admin-python/blob/0d498a65dc7d055361b8f8e30053f4a117f266f1/firebase_admin/__init__.py#L211-L213). I was trying to initialize with anonymous credentials for some unit/integration tests, and ended up with this: ```python from firebase_admin import...

Someone else with the same issue. http://stackoverflow.com/questions/25100115/google-auto-factory-dagger-integration-dependencies-on-injected-code

I do not know which `BasicAnnotationProcessor` you are referring to. A search for filenames hasn't yielded any results (checked square/dagger and google/dagger).