Giovanni Gonzaga

Results 6 issues of Giovanni Gonzaga

Here's a list of all the Ramda functions and their current status in this repo. For each function, I added some notes on how they could be mapped in fp-ts...

see https://github.com/gcanti/fp-ts/issues/1136

As per title, I noticed this drastically improve performances in the cases I tested

Partly inspired by https://visly.app/blog/layout-isolated-components, the `flex` default of `shrink = 1` (`true` in FlexView terms) could be switched here, in order to defaulting to more "isolated" components by default

breaking
FE maint

https://github.com/buildo/bento-design-system/assets/2643520/0359e4c5-8135-4c56-8cc5-1d465e872b1b

As per title, a possible (minor?) type-level enhancement. The following tests don't pass with the current `command` singature: ```ts declare const cvoidf: () => TaskEither; const voidcmd1 = command(cvoidf); voidcmd1();...

enhancement
FE maint