Christopher Hafke

Results 3 issues of Christopher Hafke

The Gotham font that is exposed in the Font enum (https://developer.roblox.com/en-us/api-reference/enum/Font) is missing in Lemur.

enhancement
good first issue

The current way to check if a value is true is to use something like `expect(value).to.equal(true)` and to check if a value is false `expect(value).to.equal(false)` which is somewhat clunky, and...

enhancement

If one wishes to test for deep equality (i.e. recursive equality), one currently has to supply their own deep equality function and write something like `expect(deepEqual(value1, value2)).to.equal(true)` An option to...

enhancement