Aleksander Dyomin
Aleksander Dyomin
### What steps will reproduce the problem? Call any of VK-API method with parameter `user_ids`, for example: https://vk.com/dev/users.get ### What's expected? Usual VK-API result for given ids. ### What do...
Hi! I playing with route5 and solid-js and there is a primitive state named signal. It needed to make things reactive in solid-js. I subscribed to router and it work...
Hi! I can not get vscode to format code, the error is: ``` [Trace - 9:32:34 PM] Received response 'textDocument/formatting - (15)' in 0ms. Request failed: Reformat failed to complete...
Hi! Is there any plans to describe the types or maybe even to rewrite the lib in typescript? thank you!
Hi! Just updated to latest nextjs (need some features) and got build failed  ...  checked several nextjs versions and noticed the problem appeared at 13.4.8
Closes https://github.com/pmndrs/drei/issues/2440
Hi! I trying to pass some structs to uniforms and noticed the `shaderMaterial` not allow such types. The types can be extended to something like this: ```ts type UniformBaseValue =...