Eoin Houlihan
Eoin Houlihan
We have some defaults that it would be good to set regardless of what gets pasted in. 1. `locked` set to true 1. Add tag `"terraform:true"` in the tags list...
The type signature of `hasAttribute` lists both `value` and `message` as optional however this isn't possible to pull off in TypesScript as passing a message string as the second argument...
The issue can be demonstrated using the example search of `(a -> b) -> f a -> f b` The functions `liftA1` and `liftM1` get higher priority than `map`. Class...
Not sure how this is happening since all of the tracks are traversed at the same time when the `beatSource` emits an event
Stylesheets needed for steps, track containers and the UI controls of the drum machine. CSS grid seems like a good fit
Currently when up/down tempo happens playback has to be stopped to dispose of the timeout event source for the old BPM. What should really happen is that the timeout should...