Adam Gastineau

Results 54 issues of Adam Gastineau

Rapier3d supports a dominance property (https://github.com/dimforge/rapier/pull/122) that is used in collisions between two dynamic `RigidBody`s. If one body's dominance is higher than the other, that body will not experience any...

enhancement

The current implementation of `PendingConvexCollision` applies the generated `CollisionShape` to the child containing the mesh. This is confusing and likely not what the user intended if the component was `.insert()`ed...

enhancement

What is the intended use of the provided `Evaluator`s given the limited `Score` range of 0 to 1? Both exponential and sigmoid functions have very different utility in the domain...

question

Currently the interface essentially forces one to use modifier keys to access most of its functionality, whether that is playing/pausing, adding to the queue, or switching tabs. Interestingly enough, if...

enhancement
Fix Available

In furthering the support of Google Music inside of Clay, it would be nice if podcast support was introduced, much in the style of the artists/albums page. In addition to...

enhancement

Under standard operation the queue does not begin playing the next track. This occurs (or rather, doesn't occur) at the end of a track and by manual advancement of tracks.

Fix Available

From `osd.py`: ``` try: from dbus import SessionBus, Interface IS_INIT = True except ImportError: ERROR_MESSAGE = 'Could not import dbus. OSD notifications will be disabled.' ``` This resulted in a...

Fix Available

After managing to sign into Google Music (Clay seems to ignore the set hotkey, and I had i3 mod set to alt), no tracks are loading. The debug menu is...

Fix Available

Converts the codebase into TypeScript for a more modern development pipeline and allowing for safer modifications. Includes updates to the build pipelines and tests (though Karma tests are currently not...

Not sure if it's something the maintainers are up to, but you should consider participating in [Hacktoberfest](https://hacktoberfest.digitalocean.com/). The only direct action it requires on your part is adding the `Hacktoberfest`...