Randy Topliffe
Randy Topliffe
Would it be possible to provide an example? I've haven't heard of base64 audio before, can you provide some documentation or a specification? When it comes to audio, react-player uses...
Hey! I've release a new version 3.0.0-beta.5 which includes a fix for this issue. The release does not contain any breaking changes from version 3.0.0-beta.4 therefore it should be safe...
Thanks for taking to time to create this issue. I think this is related to #152. I plan on spending some time looking into this issue in the near future....
There is one issue with the `toBest`method that isn't an easy fix, due to the fact that the best value is subjective. And in the case of temperatures, there isn't...
A feature like this is implemented in the beta version by defining a custom measure or extending an existing measure. No more need to directly modify the source code. Please...
Could the issue be that you're converting [`kg`](https://github.com/convert-units/convert-units/blob/main/src/definitions/mass.ts#L30) to [`t`](https://github.com/convert-units/convert-units/blob/main/src/definitions/mass.ts#L61) but what you meant to do is to convert [`kg`](https://github.com/convert-units/convert-units/blob/main/src/definitions/mass.ts#L30) to [`mt`](https://github.com/convert-units/convert-units/blob/main/src/definitions/mass.ts#L37)? The difference is `t` belongs to the imperial...
Are you referring to the `exclude` option for `toBest`? So you'd like an `include` option for `toBest` as well? I am open to the idea of implementing a feature like...
The beta version supports adding in additional units. Otherwise, I recommend submitting a PR to include them as one of the units that ships with the library.
@snowinmars Thanks for posting! You're comments has helped me identify some issues with the current package that's deployed to npm. Before I go into details, I'll address your comments and...
Could I get some eyes on #197 ? @dmbarry86 I also pushed up an [experimental branch](https://github.com/convert-units/convert-units/tree/better_measure_system) which should resolve #191 and #56. Note that it's based on #197. It introduces...