Ezra Andrus
Ezra Andrus
I have a problem with `AudioEngine.CreateDefault()` trying to find the OpenAL library. (I'm using a Mac) I think a simple enough fix would be to add `/System/Library/Frameworks/OpenAL.framework/OpenAL` to the library...
I was using Overt to update my casks, and I noticed that it didn't update a few of them because they are marked as "auto update". It'd be really helpful...
I've encountered some problems with parameterized attributes. (running MacOS 12, Monterey) The `Attribute` enum for parameterized values are incorrect... they shouldn't end with `Parameterized`. ```swift enum Attribute { case boundsForRangeParameterized...