Roman Makeev
Roman Makeev
- Changed Interpreter to interface so it's possible to create custom interpreters - Added `TensorDataTypeMapper` with which objc TensorDataType converting will be easier - Changed `TensorFlowLiteObjC` version as `0.0.1-nightly.20230212` was...
**Background** Currently, `DatabaseKeyContentConverter` doesn't check for same file content of generated md5 hash, which can lead to path collision **Changes** - Added `FileComparator` to compare two files/InputStreams - Added `MD5Converter`...
**What exactly you'd like to improve in plugin?** - [ ] MVIKotlin - [x] Decompose - [ ] Something different **Please describe your idea precisely:** When decompose component creation dialog...
**Background** Right now flipper mobile app doesn't filter aps from prod/dev catalog. Because of this, after switching do dev catalog, apps from prod is displayed and vice versa **Changes** -...
**Background** Edit File screen in FileManager currently doesn't have paddings for systembar **Changes** - Added system bar padding for Edit File screen on FileManager **Test plan** - Open File manager...
**Background** When open NFC Tools -> MIFARE Classic, it will immediately start downloading even if folder is empty **Changes** - Ad check for storage content **Test plan** - Open Mfkey32...
**Background** Continue migration to KMP - core:progress, core:di, core:ui:decompose core:activityholder Also added custom gradle plugin to create dependencies with named scopes aka `commonMainDependencies` `dekstopMainDependencies` **Changes** - Refactored modules to support...
This PR contains serializers along with tests for them: - `ImmutableListSerializer` - `PersistentListSerializer` - `ImmutableSetSerializer` - `PersistentSetSerializer` - `PersistentHashSetSerializer` - `ImmutableMapSerializer` - `PersistentMapSerializer` - `PersistentHashMapSerializer` This PR is relevant to...
**Background** The github runners have [been updated](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) to more powerful. The new runners should have required amount of RAM to handle the project of current state. **Changes** - Replace self-hosted...