Dmitry Kazakov
Dmitry Kazakov
Description: I implemented 'com.github.Ferfalk:SimpleSearchView:0.2.0' library into my app. After update `androidx.activity:activity-ktx` and `androidx.fragment:fragment-ktx` from 1.4.0 to 1.5.0 menu icon disappears which completely disables search functional. Steps to reproduce: 1. Successfully...
Sometimes github CI has an issue to launch avd from cached instance. `Timeout waiting for emulator to boot.` I have to remove your github action step from my build as...
### Description I have been working on android project over Android Studio last week. After some update, I don't remember which one, I start having issues with build&run projects and...
In my ERC721 contract implementation I use metadata with custom type like this: ``` struct Value { string _offer; uint256 _availableSince; uint256 _availabilityEnd; bool _isConsumed; uint256 _lockedUntil; } ``` At...
There is an issue during the first import of the project. `SSL peer shut down incorrectly` The same has happened when I add `id 'org.web3j' version '4.6.0'` to my project....
Steps to reprodice: 1. Define rawquery as SELECT AI._id, GROUP_CONCAT(Name, ", ") AS GroupedName FROM ABSTRACTS_ITEM AI JOIN AUTHORS_ABSTRACT AAB ON AI.ID = AAB.ABSTRACTSITEM_ID JOIN ABSTRACT_AUTHOR AAU ON AAU._id =...
**Is your feature request related to a problem?** I had an issue to cover UI screen with shimmer by espresso integration test **Describe the solution you'd like:** ``` onView(allOf(withClassName(endsWith("RecyclerView")), isDisplayed()))...
## Changes in the naming conventions of constants The project had reached the stage when it requires changes in the naming conventions. During work on one [issue](https://github.com/web3j/web3j/pull/1860) I found out...
# Title I get ```StringIndexOutOfBoundsException``` on the call of ```function getMatches(address userFirst, address userSecond) external view override returns (Match[] memory)```. Research shows client receives data, but can not parse it...
# _Issue_title_ I have an issue with generating an one of my contracts either by plugin or web3j-cli. ## _Issue_description_ If it would be done over ```web3j-cli```, the issue is:...