Yury Demin
Yury Demin
It is already implemented by @drcmda ([twitter post with csb](https://twitter.com/0xca0a/status/1477688302182543364)), the idea is to merge it to drei. Although this implementation is not perfect: some parts in the reflection look...
Let's say we have a scene and a GUI switch that enables/disables some postprocessing effects. The optimal renderer settings depend on whether we use postprocessing or not, for example, an...
### Describe the feature you'd like: The ability to control scale – the third major transformation besides position and rotation – is a must. ### Suggested implementation: Design could be...
### What problem does this new feature solve? There is this awesome brand new unsupported chain popup: https://github.com/WalletConnect/web3modal/pull/1860 (thanks @svenvoskamp) Related: https://github.com/WalletConnect/web3modal/issues/1422 But there are cases where it doesn't matter...
### What problem does this new feature solve? In v2 there was the [`enableAccountView`](https://docs.walletconnect.com/web3modal/v2/javascript/wagmi/options#enableaccountview-optional) config option which could be set to `false` to prevent ens/balance calls from being made when...
Not really convenient to use on touch devices, because the geometries itself are used for raycaster picking. It's better to use wider invisible geometries for picking, like Three's TransformControls does.
### Telegram Application Telegram for iOS, Telegram for macOS ### Describe the Bug `useViewport` returns `undefined`, and `useViewportRaw` returns empty object. ``` "@tma.js/sdk": "^2.0.1", "@tma.js/sdk-react": "^2.1.1", ``` `initViewport` works as...
### Issue: Closes https://github.com/emilkowalski/sonner/issues/172#issuecomment-2261611845 This PR restores the ability to prevent a toast from closing when action button is clicked by using `event.preventDefault()` in the `onClick` callback. The current behavior...