Kirill Bubochkin

Results 97 comments of Kirill Bubochkin

@incendial makes sense, we can tweak `ban-name` rule to e.g. have these parameters: - `identifierName` – current functionality of `ban-name`; - `elementName` – to filter by element name, `List.sort`; -...

@incendial we add dependency for `dart_code_metrics` to our `mews_pedantic` package. It means that for our product apps (they depend on `mews_pedantic`) `dart_code_metrics` is a transitive dependency. It means that in...

Yeah, it's less convenient since: - We cannot enforce some specific package version if needed; - We need another step in CI pipeline. But I can understand your point as...

> Maybe you can start with src imports and see how it goes? Yes, it's exactly what I did for now.

Probably, it could be useful to have a suggestion for extracting the widget, if: - it's complex enough (has more than `N` subwidgets); - has no dependency on the current...

Hey, can you please provide a specific mint that gives this error?

Looks like this NFT doesn't follow Metaplex specifications. Here's NFT's external JSON: ```json { "name": "10", "symbol": "TEST", "image": "https://arweave.net/96y5MjZI1u0f74NlcMf_gm8is-67gB2iVlWisfNwPtg?ext=png", "properties": { "files": [ { "uri": "9.png", "type": "image/png" }...

There's still a bug with on-chain info, reopening.

I'm closing this issue since there was no recent activity. Feel free to reopen it, if it's not resolved.

Hi, Looks interesting for some distant future, but for now, it's in the alpha stage anyway, so not in the near future.