Michael Mior
Michael Mior
I tried benchmarking this vs `BTreeHash` which is the closest thing I'm aware of in the standard library. Hashing roaring bitmaps is orders of magnitude faster when simply using the...
@RaduBerinde Good point! I somehow hadn't thought of that. It happens to be working as far as I can tell, although that could be just by chance.
Works for me too (with the added JSX plugin.)
Thanks! Here's [the function which generates each track](https://github.com/michaelmior/rhythm-wheel/blob/master/src/Wheel.js#L33) and [the function which merges them](https://github.com/michaelmior/rhythm-wheel/blob/master/src/Player.js#L25).
The app does indeed export MIDI. However, each instrument is on a separate track where I would prefer them all to be on a single track.
Any thoughts on this?
@bigjust Over six years later, here is the rebase and the tests!
An easier solution might be using [`vcrpy`](https://github.com/kevin1024/vcrpy). You can just set up a bunch of test cases using `requests` as you normally would and the responses from the API will...
Worth noting that you can use a [template sensor](https://www.home-assistant.io/integrations/template) to create your own sensor that does the unit conversion.
@madelonhulsebos I would strongly recommend making use of [pipenv](https://pipenv.pypa.io/en/latest/) or [Poetry](https://python-poetry.org/). Primarily because it makes it easy to track the dependencies the project actually needs while still pinning the versions...