Kirill Bubochkin

Results 28 issues of Kirill Bubochkin

**What rule do you want to change?** `avoid-unrelated-type-assertions` **How will the change be implemented? (New option, new default behavior, etc.)?** New behavior: it should trigger warning on `is!` operator. **Please...

type: enhancement
area-rules

**Please describe what the rule should do:** I'd like to have a more specialized version of `ban-name` rule – instead of banning by the name, it should rather ban usage...

type: enhancement
good first issue
area-rules

It would be useful to have `CliRunner` exported. ## Use case We have a [package](https://pub.dev/packages/mews_pedantic) where we customize analyzer rules to share the settings across our products. Recently we've added...

We have now [support](https://github.com/google/json_serializable.dart/issues/929) for `fieldRename` on a per-enum basis (rather than per-value), which simplifies the setup. In our case, all enums coming from the backend are serialized in PascalCase,...

Type: enhancement
pkg:json_serializable
pkg:json_annotation
Area: enums

**Describe the bug** Bad performance on the swap page when token list is loaded. **To Reproduce** Steps to reproduce the behavior: 1. Go to swap page. 2. Wait for token...

bug
mobile-app

Use the new API that allows paying fees in USDC. The fee is currently hardcoded to `0.10 USDC`. Base URLs: - devnet: - mainnet: (doesn't work yet) ## Creating payment...

mobile-app

Let's add some tests as well, the coverage is dropping. _Originally posted by @ookami-kb in https://github.com/cryptoplease/cryptoplease-dart/pull/173#pullrequestreview-874068918_

good first issue
library

**Is your feature request related to a problem? Please describe.** NFT images are reloaded every time you open the Collectibles tab. **Describe the solution you'd like** Cache images.

mobile-app

Currently, some tests depend on the results of other tests. This makes no sense and introduces coupling: tests should be able to run separately. We need to revisit tests and...

library

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description I would like to have a possibility...

feature request