Fabian Eichenberger

Results 7 issues of Fabian Eichenberger

Hey @iamralpht! I really like gravitas.js, it's one of the only good physics-based animation library out there. https://www.npmjs.com/package/gravitas is currently unnused. Would you mind publishing it? ``` bash > npm...

Given the following `props` on any `withAxs`-wrapped component: ```js { width: [1, 2/3] pr: [0, 1] } ``` This only generates a `cxs` media query for the last responsive props...

In https://github.com/yyx990803/vue/issues/1175 they were some brief mentionings about using [redux](https://github.com/rackt/redux) as a possible state management container. Redux is all about immutability so on every change it emits a completely new...

Theres a new syntax for feeding in the given atrributes into a mixin. So instead of writing ``` jade mixin check() input(attributes) ``` you now write ``` jade mixin check()...

Not sure if i'm missing something here but is there currently a way to pass options (timeout, reporter etc) to mocha? Would be cool if it were the exact same...

this allows for ```js const Image = (props) => ({ backgroundColor: props.bg }) props.theme.colors.gray[1] } /> ```

If I read the [rust cargo backend source](https://github.com/jdx/mise/blob/main/src/forge/cargo.rs) correctly, there is currently no way to define the `--features` flag (or any install flags) when installing a cargo lib right? Just...

enhancement