Fran6nd
Fran6nd
Hi guys, It seems that the current version of angelscript cannot compile on mac M1: ``` /home/fne/dev/openspades-hack/Sources/AngelScript/source/as_callfunc_x64_gcc.cpp: In function ‘asQWORD X64_CallFunction(const asQWORD*, int, funcptr_t, asQWORD&, bool)’: /home/fne/dev/openspades-hack/Sources/AngelScript/source/as_callfunc_x64_gcc.cpp:162:82: error: unknown register...
Hello Sir! A little contribution... I made these changes for this project: * [osc-tui](https://github.com/outscale-dev/osc-tui) The idea was that we have some requests taking a few seconds...To prevent the app from...
The lib is not compatible with m1 Macs using ARM64 architecture.
Hi guys, my app is closing frequently, 10 times today... And here is the report: ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: ArmorPaint [77886] Path: /Applications/ArmorPaint.app/Contents/MacOS/ArmorPaint Identifier: org.armorpaint...
Pull request of a possible implementation to fix #197. It allows to push a global as follow: `push_module('my_module_name', [[function_name_1, function_1], [function_name_2, function_2]])` then we can use it in lua as...
**Is your feature request related to a problem? Please describe.** Currently there is no way to push a gdscript made library to lua. **Describe the solution you'd like** I would...