David Huggins-Daines
David Huggins-Daines
Hi! This is quite interesting, and seems to be something people are asking for frequently. Perhaps to make it easier it would be best to redo it based on the...
Hmm, enabling `-Werror` by default is not a good look, but on the other hand, not enabling `-Wall` isn't either, which would have allowed us to catch these things... It...
Hello, I am restarting maintenance of PocketSphinx. Sadly there does not seem to be a tag for 0.8 which is the last really stable release, but there should be a...
Hi, I'm not sure who said CMake wasn't welcome, but it wasn't me. It's awful, but it's less awful than autotools, and the configuration files are quite a lot simpler....
Hi @nshmyrev ! I was hoping to discuss some of the other changes with you which is why it's on a fork :)
This is a serious problem with packages like PyTorch which are extremely large. Unless there's a workaround for this I will definitely never use Poetry.
Yes, this is a good idea and I will do it. Possibly just the "argfile" format that is already supported (but not for saving) even though something like YAML would...
Implemented in #295 with `ps_config_serialize_json()` - may need a bit of tweaking, currently it is not saving string parameters that are `NULL` but I think it should save them since...
Hi, is that really all the output that it gives you? I don't really know what kali-linux is, but it seems that it is not possible to use scikit-build on...
Oh! Interesting. It looks like setuptools is trying to generate a Microsoft Installer (MSI) package. I didn't even know it could do that... I'm really not sure *why* it is...