Vladyslav Dalechyn
Vladyslav Dalechyn
**`child_process.d.ts`** has next namespace for `util.promisify`: ```ts // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. namespace exec { function __promisify__(command: string): PromiseWithChild;...

Hey. I really love the theme, but there is another annoying thing (sorry for my perfectionism). Also sorry for taking the photos from my phone, it is impossible for me...
As of now, `esbuild` inserts a banner before every built file even if it's bundled within a single chunk. In my case, I insert the `use client` directive, and it's...
As Shadcn introduces a non-default `sm` value for `borderRadius`, it should modify the `twMerge` config in such a way that the class is marked to be conflicted with `twMerge`, otherwise...
Closes: #5455 ## 🎯 Changes This change allows a user to specify `contextCache` method in the `experimental_nextCacheLink`, which lets one select the values from the context that should be considered...
### Describe the feature you'd like to request TLDR `ctx` in queries is often being used as inputs when some are defined in the middlewares. This is not taken in...
As far as I've understood, the `const active = useRef(true)` was there to really make sure the effect is run just once as React doesn't guarantee that an effect won't...
### Describe the bug When you're making any changes in nextjs routes, the app tries to hot reload and wagmi hands at the `isReconnecting: true` state: https://github.com/wevm/wagmi/assets/35642018/fb6052dc-4a99-4cc4-82b3-97346213fcca ### Link to...
### Is your feature request related to a problem? With metamask, with one account connected to a dApp it's possible to connect another account straight away, specifically replacing the previous...