Bartosz Gołaszewski
Bartosz Gołaszewski
This is strange - I've been cross-compiling this a lot for different platforms and it's also deployed in yocto and buildroot - I have never seen any such problem. Could...
The thing is: `AC_FUNC_MALLOC` is a very standard macro. It not only checks the existence of `malloc()` but also verifies that it's compatible with GNUC `malloc()`. The comment you're adding...
Thanks for bringing this to my attention. I'll take another look at this and potentially apply this patch.
I saw this line before and made sure I have qtquick in every build environment. But since this must be the place that borks I started digging deeper - I...
Hey! Thanks for inviting me as owner of the pypi package. I admit that Python bindings have not received enough of my attention, mostly due to the fact that I'm...
@martin-schulze-vireso [Here you go](https://github.com/brgl/slow-bats-demo) Let me know if anything is missing from the README
I think this may just be the way bats works - running the bats' own test-suite results in a very similar strace output: ``` % time seconds usecs/call calls errors...
Thanks for the report, I'll fix it. Can I have your email address for the Reported-by tag?
Fix is now in master.
It is quite unusual that the returned fd is 0. This could only happen if you previously closed all your stdin which doesn't appear to be the case. Can you...