Aleksander Dyomin

Results 8 issues of 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...

type:bug
VK

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...

bug
P-High
rls

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 ![image](https://github.com/effector/swc-plugin/assets/5766592/5a6aad70-fcc6-4b8a-b836-74bafc18bcc3) ... ![image](https://github.com/effector/swc-plugin/assets/5766592/00ced60c-e656-454f-ab7c-a8c3e791c36f) 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 =...