Results 11 comments of Enhex

version 3.8.1 doesn't include vosk (master does, so I guess it will be in the next release?): https://github.com/Uberi/speech_recognition/blob/3.8.1/speech_recognition/__init__.py I'm also interested in using Vosk as it seems to be the...

what if there's more than 1 version of the same compiler installed? does `bindirs` allow choosing one over the other?

You can still achieve that with directly looking for the UV map since it's per mesh, right?

UV maps are part of a mesh and the texture slots are part of a material. Both aren't directly part of an object. I'm not sure if there's a specific...

same problem here. downgrading to [dotnet-sdk-7](https://archlinux.org/packages/extra/x86_64/dotnet-sdk-7.0/) fixed it for me and the editor launches.

```undefined reference to `main'``` - seems like you're trying to build an executable instead of a static lib?

i suggest trying to put some prints in the if-else's at https://github.com/Enhex/premake-cmake/blob/master/cmake_project.lua#L53 and seeing if it goes into the staticlib or executable path. note that I don't use this project...

I merged your PR, so closing this issue. If you'll need to use targetname in a similar manner make a PR and I'll merge it.

yeah im not working on this repo anymore. you can maintain your own fork or team up with other forks.

Yeah you probably should fork. I'm not using this code so I won't be improving it, so might as well fork to skip the PR bureaucracy.