swiing

Results 6 comments of swiing

@khashashin try to upgrade to rollup v4. If it doesn’t work for you, please open an issue in the [rollup-plugin-import-assertions](https://github.com/swiing/rollup-plugin-import-assertions)

@rollie42 [wrote](https://github.com/swiing/Bit-TypedArray/issues/3#issuecomment-1117046289): > I actually have a use case! I have a settings object in my react app; it has a great number of boolean or near boolean enums. I...

I see: you don't actually care the length, because it is pre-determined fixed-size, which is a specific case. Feel free to give it a try (it hopefully does not need...

Indeed! :) Tbh, I have not yet made my mind whether it makes sense to construct a `BitArray` by passing an array buffer to the constructor. FFS...

@rollie42, in order to not pollute this general-purpose issue, I have created a specific issue [here](https://github.com/swiing/Bit-TypedArray/issues/5).

Thanks for the comment. I would suggest this requires careful thinking. For standards TypedArrays, it is always possible to match boundaries however one likes, with a proper combination of `byteOffset`...