cd2357
cd2357
TLDR: This happens because jitpack is serving one of two different versions of the jtorctl jar, depending on the caller's IP. I came to this based on: - Own tests....
@ripcurlx should I revert #5805 to force GH to always download the dependencies on new PR builds? Until this jtorctl thing is solved?
This could be achieved by the user choosing a specific locale. Example from https://www.baeldung.com/java-decimalformat : ``` assertThat(new DecimalFormat("#,###.##", new DecimalFormatSymbols(Locale.ENGLISH)).format(d)) .isEqualTo("1,234,567.89"); assertThat(new DecimalFormat("#,###.##", new DecimalFormatSymbols(Locale.ITALIAN)).format(d)) .isEqualTo("1.234.567,89"); ``` The locale could...
@viperperidot Have you tried waiting for a few confirmations? Maybe it needs that before closing trade.
Cool @wallclockbuilder 👍 Feel free to submit a PR when you have it ready.
Try disabling the hardware graphics acceleration with https://github.com/bisq-network/bisq/issues/5362#issuecomment-808793182, curious if the issue still happens afterwards. Sometimes JavaFX has issues with specific graphic cards with specific drivers. From what I read...
Support for signrawtransactionwithkey came with #99 @tdiesler -- can you please edit the list above and remove this method from there? Thanks.
I checked [the proposals docs](https://docs.bisq.network/proposals.html) and > What proposals are good for > - Creating an entire new Bisq component or making a significant change to an existing one >...
Git LFS is being removed, see #6360