Tad Fisher

Results 110 comments of Tad Fisher

I'll look into it, but I don't think it will be possible get all of the required dependency configurations given a task. Gradle itself doesn't enforce that configurations are part...

When calling `buildGradle`, you need to override `jdk` in the nixpkgs environment, or to set `JAVA_HOME` in the build environment (e.g. in `preBuild`). A more ergonomic way to do this...

![ttc9ckq](https://f.cloud.github.com/assets/129148/933645/93028a5a-005a-11e3-851c-7ffaebba0e28.jpg)

Ideally one wouldn't have to care whether the polymorphic subclass is sealed or not, and the runtime would add all concrete subclasses of the subtype without needing to combine modules....

Can we just rename the existing `enyo-doom` package and change its `src` URL? This doesn't warrant a new package imo.

Forgive me, I didn't have enough coffee this morning. I don't believe delegating **encryption** would be necessary as that doesn't require the secret key.

Okay, now that I understand a little more about how PGP works, it looks like all the card protects is the session key. So a callback that delegates `decryptSessionKey` when...

> Such a callback could receive the Public Key Encrypted Session Key Packet and return the decrypted session key for PGPainless to try decryption with. That would be perfect, thank...

> Do you happen to know, what information a downstream application (e.g. Android Password Store) has when setting up decryption? I.e. does the application know beforehand, which keys are available...