Somē Cho

Results 17 comments of Somē Cho

I wasn't able to reproduce the issue. My understanding of Nannou is that on some window events such as Resized, the view function gets called again. Try modifying your code...

Lightmaps are usually sent as a textures to a shader. With regards to multidimensional uniforms, you can, at maximum send two dimensional data in a **flattened** format to the shader....

Hi! This might be unrelated to this issue, but is there a way using this method to also define the primitive rendering mode like `LINES` or `TRIANGLE_STRIP`?

I tested with `followRedirect: false`. It does work as expected.

Thank you! This works for me. I would be open to contributing documentation on this if there are any guidelines/instructions on how to contribute to Artillery.

According to [this answer](https://stackoverflow.com/a/73350309), higher versions of Appium uses Selenium 4, which uses the W3C protocol. However, WinAppDriver uses the JSON Wire Protocol. So they are incompatible. You can either...

In case anyone is still wondering, the `ExpandCollapseState` can be addressed with `ExpandCollapse.ExpandCollapseState`.