Andrey Bocharnikov

Results 29 issues of Andrey Bocharnikov

Please add an example how to use you library

fixes #13561 ### What does the PR do 1. Add `privilegesLevel` role to token_list_model.nim 2. Communities/module.nim - moved duplicate code to buildCommunityTokenItemFallback 3. CommunitySettingsView.qml - filter out collectibles with TokenPrivilegesLevel.Owner...

## Description The edit fields for the token amount should not contain visual delimiters of thousands ## Steps to reproduce 1. Open AirdropSettingsPanel.qml in storybook, start Airdrop 2. Type "1111",...

bug
ui-team
E:Desktop Comm Perms and Minting MVP

# Bug Report ## Description Profile preview displays incorrect data after saving the profile ## Steps to reproduce 1. Open "Edit Profile". 2. Make some changes (don't click Save) 3....

bug
ui-team
E:Desktop Profile Showcase

# Bug Report ## Description When running Status Desktop without an Internet connection, CPU usage is very high. Doesn't reproduce when network is enabled. ## Steps to reproduce 1. Turn...

bug
backend-team
E:Desktop Performance Improvements MVP

Environment.SetEnvironmentVariable("CCLASH_DIR", System.IO.Path.Combine(CClashTestsFixtureSetup.InitialDir, CacheFolderName + cachesuffix)); throws because CClashTestsFixtureSetup.InitialDir is null, becuase Init() method never called. May be I'm cooking it wrong?

Hi, After i've opened cclash.sln in msvs 2015 it displays error dialog that cct.psess file is missing. (nevertheless the project is compiled successfully)

as per discussion https://github.com/status-im/status-go/pull/5336#discussion_r1639029431 > A quick solution since both marshal functions are so similar is to create a common private function and parameterize what's different. But if the desktop...

Important changes: * removed fleets (to match https://fleets.waku.org/) * `status.prod`(FleetStatusProd) * `status.test`(FleetStatusTest) * `eth.prod`(FleetProd) * default fleet `eth.prod` -> `shards.test` * as mentioned https://github.com/status-im/infra-shards/issues/33 * updated fleet.go, bindata.go Closes #5381...

# Problem While working on https://github.com/status-im/status-desktop/issues/14643#issuecomment-2173485635. I noticed this log: ``` WARN [06-17|16:00:47.821|github.com/status-im/status-go/api/geth_backend.go:724] fleet is not supported, overriding with default value package=status-go/api.GethStatusBackend fleet=status.prod defaultFleet=shards.test ``` According to https://fleets.waku.org/ status.prod is...

core-team