Juan Charria
Juan Charria
Hello, Is there a limit for the speed the animation can play at? I'm setting a speed like speed={1} and it doesn't seem to go that fast. Also, is there...
Hello, Is there a way to change the initial size of the particles so they don't look the same size when the emitter starts? I'm trying `emitter.addInitialize(new Proton.Body(image, new Proton.Span(1,...
Hello, I have a schema that's using the IntegerField component and when I use .getValues() on the form, the data for this field is a string. Is this a bug...
Hello, I've been having an issue trying to pass correct typed values to a function from Yarn. I'm a bit confused about the syntax so here's an example of what...
Hello, I've been trying to write something like this: ``` Who is this?? ``` However I always get this error: `Error: Parse error on line 5: Unexpected 'RightParen'` If I...