Kim Jeker
Kim Jeker
- Fixes https://github.com/jakearchibald/idb-keyval/issues/115
Please enable support for React 17
Create a webpack loader so integration in build chain and existing projects is straight-forward. This way it would be possible to use it like this: ```ts // src/parseURL.type type function...
Could the `Wide*` types (`WideF32x4`, `WideBoolF32x4`, etc...) implement the [`Deref` trait](https://doc.rust-lang.org/std/ops/trait.Deref.html)? That way the types would support [deref coercion](https://doc.rust-lang.org/std/ops/trait.Deref.html#deref-coercion) to their inner `wide` type and usage in a lot of...
Implements the angle/bool_mask/num traits for simba's `Wide*` wrapper types behind a `simba` feature flag. *Note*: to activate the implementation, both the `wide` and the `simba` feature must be enabled. ##...
First, thanks for this amazing crate :) ## TLDR ```console error[E0277]: the trait bound `simba::WideF32x8: palette::num::Real` is not satisfied ``` This issue proposes adding implementations of palette’s num, bool_mask, and...