Sean Gilligan

Results 316 issues of Sean Gilligan

It would be nice to have an option (or additional task) to invalidate files in a CloudFront Distribution when the S3 origin is updated with the Sync task. There is...

It seems the plugin is designed to publish to multiple EB environments within a single EB application in a single AWS account. It's not obvious from looking at the sample...

help wanted

I'm using picocli 4.6.3 with Gradle. I had a class method annotated with `@Command` that worked properly, but when I tried to generate a man page for it, I got...

type: enhancement :sparkles:
status: help-wanted 🆘
theme: codegen

`macOS-14` will run on a macOS "Apple Silicon"/M1 Macintosh.

* Add ScriptType.P2TR to various checks and if/else blocks * Add P2TR and HDPath.BIP86_PARENT to KeyChainGroupStructure * Add OutputScriptType of `P2TR = 3` to wallet.proto * Add BIP-86 paths and...

Enhancement
Module: Wallet
Module: Crypto

You should now be able to use: * `nix develop` -- to get a development shell * `nix run .#wallettool` to build and run the wallet-tool * `nix run .#wallettemplate`...

This is the full error ``` ./wallettemplate/build/install/bitcoinj-wallettemplate/bin/bitcoinj-wallettemplate Error: JavaFX runtime components are missing, and are required to run this application ``` If I use the Zulu `21.0.1.fx-zulu` version of Java...

**UPDATE:** This behavior is actually what is specified in BIP-173. However, it will still be useful to provide convenience methods that can convert to and from arbitrary (8-bit) byte arrays....

For some reason our builds with more recent Gradle versions are compiling against the `-jre` version of Guava, not the `-android` version. This means usage of methods only found in...

Progress meter no longer uses a fixed, estimated duration. Instead it uses a fixed, maximum-expected duration (set to 10 seconds) but will complete when the actual derivation completes. This allows...