unexploredtest
unexploredtest
Right now, in order to install vulkan kompute, one has to compile the whole thing from source, however packaging binaries for it would be helpful. Won't Vulkan Kompute release packaged...
When the workflow gets triggered by release, it'll automatically build kp wheels for different OSes/architectures. test them and then release them to PyPI (if `PYPI_API_TOKEN` was provided as secret in...
uwu?
### Describe the problem Currently Cinny Desktop doesn't have tray system, it would be a great addition if it had. ### Describe the solution you'd like Implement tray system. ###...
This isn't meant to be a PR, so sorry for making one, but I didn't find another way to notify anyone who might be interested. As you may know, the...
Currently Dolphin uses CMAKE_SOURCE_DIR in several places for building the project which causes issues if included as an external project. Replacing CMAKE_SOURCE_DIR variables with the appropriate CMAKE_CURRENT_SOURCE_DIR equivalent fixes the...
In the function `binding.vec_reset` the `seed` argument must an integer. Using the value `None` would result in the error `TypeError: seed must be an integer`. The default values oceans are...