Alexey Immoreev
Alexey Immoreev
### Describe the bug Hello, Documentation states that `Grid` component accept various size props: `xs`, `sm`, `md`, `lg` and `xl`, they should be boolean. Actually, they are number which define...
Hello, I recently started to migrate a big project on Next.js to TRPC and stumbled upon a problem. Some of my queries might be quite slow and I want to...
Fixes: https://github.com/oguimbal/pgsql-ast-parser/issues/109
**Problem** After ledger setup wallet suggest to remove all the keys used before (e.g. mnemonic). But it seems that while doing this it creates a key with `FUNCTION_CALL` permission, which...
I'm not that sure what kind of metrics should we track, so I enabled default ones and some request / response logging.
## Story As a developer who just started working on projects, I stumbled upon a bump while bootstrapping the app. The repository seems to be monorepo, but lacks appropriate tooling...
## Problem We don't have monitoring & alerting services on explorer, which can result in service being down and nobody responsible is aware of it. ## What are we planning...
As we recently [migrated](https://github.com/near/near-explorer/pull/976) to `Kysely`, the query builder, we've got some issues left with it: * a bunch of `null`able values that always exist. We should either modify queries,...
As we recently [migrated](https://github.com/near/near-explorer/pull/999) to workspaces, we enforced strict `tsconfig.json` rules, but had to left `noUnusedLocals` behind as in [DB types generation](https://github.com/near/near-explorer/pull/975) there are some unused imports, as already [reported](https://github.com/kristiandupont/kanel/issues/87)...
As we recently [migrated](https://github.com/near/near-explorer/pull/982) to `react-query`, we now have `loading` property in every single request we use to fetch data from backend. We should leverage this and add loading indicators...