Dmitry Trubin
Dmitry Trubin
### Prerequisites "Jira and Bitbucket (Official)" extension is installed and a JIRA instance is configured. In my case, this is a non-Cloud, custom JIRA site. ### S2R 1. View a...
## My setup v. 1.8.2 from Play Store (beta), Moto g6 running stock Android 8.0.0. ## S2R 1. Open Menu - Entities - Categories 1. Tap a category, category reordering...
Fixes #143 As far as tests go, I decided to only update the expected result(-s) without updating any of the actuals. In particular: - `should_export_regular_transfer` did not have a payee...
I am using Financisto v. 1.8.2 (beta) installed from Play Store on my Moto g6 running stock ROM with Android 9. The following is a scenario I frequently find myself...
## Notes I was trying to reproduce the issue on my Moto g6 running stock Android 8.0.0, with Financisto installed from Play Store: * v. 1.8.1 (stable, with light menu...
## Feature request In order to improve usability and accessibility, supply the buttons in the bottom menu bar on various screens with tool tips available on press&hold. ### Example On...
A frequent pattern of using `com.devexperts.logging.Logging#debug(java.lang.String)` is (example from `dxfeed-api/src/main/java/com/dxfeed/ipf/live/InstrumentProfileCollector.java`): ```java if (log.debugEnabled()) log.debug("Removing " + debugString(entry.ip)); ``` — this is supposedly done to avoid resource-intensive computation of message, which...