Abdullah A. Hassan
Abdullah A. Hassan
N-API looks perfect. I think it can be adapted to Nexus with some modifications. Thanks for bringing it up!
Hello! Thanks for your interest in the project! There is currently no release schedule. I plan to simply pick the most stable builds and release them as pre-alpha binaries. We’re...
Hi! Thank you for the suggestion. I have added it to the roadmap. I'm currently looking into ways to implement this.
Sorry about that one, my bad.
Lack of va_copy() causes segmentation faults on POSIX systems. The Null file trick boosts speed significantly. (especially since the function gets called multiple times per frame)
Technically, va_start may destroy the argument list as it enumerates it (by popping the stack for example). va_copy is supposed to copy the argument list in order to safely forward...
@pleerock Any news on this? I am also interested in this feature. I can contribute if you point me in the right direction.
I'm having the same issue with `llvm-core`, managed to isolate it down to a specific revision: ``` $ conan download llvm-core/12.0.0@:1a58bb98343156787dc6776e659ce3b0244653ec Downloading conanmanifest.txt completed [0.48k] Downloading conanfile.py completed [13.02k] Downloading...
> @voodooattack which operating system/conan version/python version are you using? Thanks OS: Ubuntu 21.04 x86_64 Conan version: 1.39.0 Python version: 3.9.5
That is really odd. Is there any way I can help from my end?