hypergeome
hypergeome
I am using thx.promise 0.7.0 + thx.core 0.43.0 and try to compile using hxcpp with msvc toolchain. The compiler get stuck forever when compiling Validation_Impl_.cpp. If I switch to use...
I try to use Poll and found out _hx_std_socket_poll_events has issue. First, it does not clear p->outr and outw before memcpy. This result in garbage data in them and result...
Hi, I am having an openfl project that built for android. There is a thread in which there is null access. I put a big try catch insie the thread_func...
I have a listview with several rows of data. The data rows hide listview border ## Expected Behavior The data rows does not hide listview border ## Current Behavior The...
I try to step debug an openfl app targetting cpp on Windows. I set break point inside a thread function. It never stop at that break point. Break poin on...
I found out the code of _hx_std_socket_send method is wrong. It has no HANDLE_EINTR like _hx_std_socket_send_char for ex. The result is that when I dump a big message, says about...
Below is a simple main that hxjava that fail to generate java source although jvm works because the import of https://lib.haxe.org/p/thx.promise ``` package; import java.Lib; import thx.promise.Promise; class Main {...