LuisAyuso
LuisAyuso
Hi there, I am running a program which contains some error, and the Cuda runtime keeps returning `MissingConfiguration` I can see in the cuda_sys code that this enum value maps...
I find your tool extremely useful, but unfortunately, I use Qt and my paths are prefixed with "qrc:/". For example "qrc:/assets/icons/something.svg". Could it be possible to add some sort of...
Hi, I would really like to work with this project, it would be really nice to have it in crates. Can I help you to test/release?
Hi there, a terrific job with this project. I was wondering if it would be possible to implement some in-premises cache server support, like memcached. Unfortunately, I have no idea...
As a prerequisite for sprite-sheet animations, I would like to have some mechanism to invoke my own callbacks as part of a sequence of animation steps. This could be useful...
Hi, I would like to ask if there is some kind of active development in this library? is it there some meeting hub to have discussions? I see plenty of...
I am currently profiling some graphics code and I saw that currently open spans are not plotted in the output and this produces misleading stack plots. I wrote a counter...
Vector2.direction a a returns { Nan, Nan } when a is any vector2 with valid values. I guess the correct result would be { 0, 0 }, and this is...