Ilia Liferov
Results
2
issues of
Ilia Liferov
I am using 1.0.1 BitPay SDK version and I am getting NullPointerException. My code: ```java BitPayAndroid.withToken(BITPAY_TOKEN, "https://test.bitpay.com/").then(new BitpayPromiseCallback() { @Override public void onSuccess(BitPayAndroid bitPayAndroid) { Invoice newInvoice = new Invoice(amount,...
### Description In OpenCode Desktop, tools are executed as if the working directory is `/` (system root), not the current project directory. This breaks tools that rely on relative paths...
bug
web