Ala'a M. Al-Hallaq

Results 16 comments of Ala'a M. Al-Hallaq

cPython does a lot of checks and validation and preparation before and after the usage of the library to call the target native method. their approach can be very helpful...

here how from python script, you can call any c function directly using _ctypes module : https://docs.python.org/3/library/ctypes.html the most important feature is setting `restype` and `argtypes`.

@marcobambini : But would this approach support a generalized way to load any shared dll then call any c/c++ function directly from Gravity Script ? would you give an example...

@marcobambini : So would it be scheduled to implement such feature ?

@gregcotten simply most of my test files did not work to seek through the file using `av_seek_frame`, forking this library and exposing `avformat_seek_file`, did the trick, noting that I have...

@SkylerLipthay thanks for the immediate response; I think the issue is not related to the comment about `v8::Isolate::adjust_amount_of_external_allocated_memory`; I think its related to retaining the [Mini8 reference inside the the...

@SkylerLipthay [that's the best I can do for now.](https://github.com/SkylerLipthay/mini-v8/pull/10). note: the following can be done: - `CallbackInfo` struct can be removed & replace it's usage with `Callback` aliase. - remove...

@SkylerLipthay I would love to take your notes on the pr.

@SkylerLipthay would you consider merging the pr or at least review it, or would on fixing the issue ?