mlatu
mlatu
Windows 10, Unity 2019.3.5f1, Arcadia 268bed0fc9dc5143870259d88a142d60ae8b7f9d Given the following code: ``` (ns user (:use arcadia.core) (:import [UnityEngine BoxCollider2D Debug GameObject MeshCollider Rigidbody2D RigidbodyType2D])) (defn init-player [] (destroy (object-named "Player")) (cmpt-...
please add this requirement
ran my app with valgrind and it found a use after free with line 930 to blame which drops p before it is then used in lines 942, 944, 949...
https://github.com/janet-lang/spork/blob/193d7bb96c94609e532b1b898ee9ede005277cfd/spork/cjanet.janet#LL707C75-L707C75 what about `void exampleFunction();` ?
i have changed the build process a little and fixed it into being easily deploy-able, i would like to ask you to have a look over my changes, and if...