'Damilare Darmie Akinlaja

Results 41 issues of 'Damilare Darmie Akinlaja

I am working on a project that involves audio decoding. Unlike video frames, audio data packets are represented as `float **`, how do I carry this forward to Haxe by...

I have a C++ code ```c++ #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #define LIB_EXPORT __declspec(dllexport) #else #define LIB_EXPORT #endif #include #ifdef HXCPP #include #endif class leb128 { public:...

I get errors but I don't know where to look The macro ```hx #if !macro macro function asComponent(fun:haxe.macro.Expr, ?options:{}) { // trace(fun); // var fExpr:Expr = toExpr(fun); return switch fun.expr...

Does this include the Dragon Bones editor, the GUI that creates the skeleton animation itself??

How to support multiple topics apart from Introduction??

Hi, there's no example of how to use Flutterwave Flutter plugin to pay for a subscription... How do I go about this?

`subCollection.create` does not create the subcollection inside of the parent collection. This used to work before, I am not sure what changed.

Setting flag to `HXCPP_ARCH=arm64` on Mac M1 causes the following problem: ``` Error: /usr/local/lib/haxe/lib/hxcpp/git/src/hx/gc/GcRegCapture.cpp:69:12: error: unknown token in expression asm ("movq %%rbx, %0\n\t" : "=r" (regBx) ); ^ :1:7: note:...

Store does not implement Sync, is it possible to support this feature? I am thinking of a scenario where multiple threads can subscribe and dispatch to the same store. Of...

enhancement

Kindly see if there's need for an update to this library. I am getting an error 400 while trying to create a subaccount. ```go sa, err := r.Paystack.SubAccount.Create(&paystack.SubAccount{ BusinessName: *data.Name,...