Ting Lei
Ting Lei
In Body.js computeAABB(): the order of quaternion multiplication is fixed. Steps to reproduce computeAABB error with unmodified lib: 1. create a body containing a cylinder shape. 2. when creating the...
Got "Too many Cluster redirections?" forever when using redis.object('idletime', key) on cluster, so I fixed the key in cluster.rb according to https://redis.io/commands/object
This is a simple test for calling reloading hooks. For this to run on my machine, I've changed supported elixir version to ">= 1.0.0". Not sure if it's appropriate at...
After a nif module is reloaded, all the nif functions are overwritten by elixir placeholders. ``` elixir defmodule test_nif do require Logger @on_load :init def init() do :erlang.load_nif("./priv/test_nif", 0) :ok...