Madeline Vergani

Results 4 issues of Madeline Vergani

For all icons which include icons (eg square or circle), an icon including `~` or `≈` (or possibly `≅`) to indicate partial stuff * * * as of now I...

Basically an extension of #16 , but also editing the `fabric.mod.json` file to include ```json "main": [{ "adapter" :"*lang*", "value": "*classname*" }], "depends": { "*adapter-lang-name*": "*" } ``` or whatever

enhancement

I think there is a bug in the `atan2` and `tanh` implementation for `Complex` numbers: ```scala import spire.implicits.* import spire.math.* println(tan(atan2(Complex(2.0, 0.0), Complex(1.0, 0.0)))) // -> 1?? println(tanh(log(Complex(2.0, 0.0)))) //...

I'm trying to make a widget appear on hovering another component; I would like for the hoverable component to be in a `zstack` with the hover result, but even putting...