RmR
RmR
This is more like a feature request (or its integration with physics). The use-case being that there is a (one or more) moving object in a scene and that could...
Hello: In my use case: I have a combination of some markdown text with some equations. This is stored in a database as a String. Something like ``` r""" ###...
I have a google actions project using `actionssdk` which calls a google function. From the actions webhook url I am passing parameters. For example ``` https://us-central1-.cloudfunctions.net/?param1=value1 ``` In the google...
My use case is a deck of cards. The front being the Question card and the back being the Answer. On Tap of the Q card, it must toggle to...
Hello: I have a need where after getting the username and password of a user, I wish to call a javascript function (which does whatever) to confirm successful login. Would...
Are there any plans to extend the Text Input component to support other text types viz: email, passwords and numbers? Thanks
Hello: I am using this wonderful tool but I have a use-case where I need to dynamically add controls by accessing some data from the back end. What would be...
Hello: I am using a folder as below: ``` const r1 = useControls({Blue: folder({ x: {value: ring1json.position[0], min: -3, max: 3, step:0.1}, y: {value: ring1json.position[1], min: 0.08, max: 2, step:...
I am using this beautifully designed UI component in a react three js environment. The scene has multiple geometries with some attributes all controlled by Leva. I find by default...
The console occasionally shows the following warning indicating some sort of infinite rendering. The error message is: ``` Maximum update depth exceeded. This can happen when a component calls setState...