personalnadir

Results 21 comments of personalnadir

Ah that makes sense. How do I see the actual value of fData? If I select 'View Memory of "*fData"' the data remains largely full of zeros in all cases.

I'm not seeing any issues with the GL_CHECK_ERROR calls

@sekodev You are right! I missed that when simplifying from my original code. Reviewing the code I can see the actual issue I had was that the listener does not...

Here's what the above code looks like for me in the simulator ![Screenshot 2022-07-13 at 10 36 19](https://user-images.githubusercontent.com/559503/178708744-170a9bc2-0f81-4ecc-bb51-36a41ee93477.png)

![dot](https://user-images.githubusercontent.com/559503/178708873-5f22084e-8c88-4e28-87ce-0c011108974d.png) The image asset used

Adding the line ``` topClear.alpha = 0.2 ``` after the `setBackground` call cause the above code to crash my 2018 MacBook Pro

Same issue here: Lua 5.1.5 installed using Luaver. I can reproduce this issue in bash: ``` select LINE in $(lua -i); do echo $LINE done ```

Having the same issue in Firefox. From the console I can see: ` XHR OPTIONS https://api-ikonate.herokuapp.com/api/download_svgs_v2 CORS Missing Allow Origin Cross-Origin Request Blocked: The Same Origin Policy disallows reading the...

It looks like this has been fixed, or at least lines 213 - 244 are commented out.

I'm seeing this issue. However I don't have get the TypeError, which I assume was fixed. I get this error both on my home and work networks. Any ideas what...