Steve Chester

Results 19 comments of Steve Chester

seeing this issue as well example of what i'm running ``` document.querySelector(".events").velocity( { transform: [ () => `translateX(0)`, () => `translateX(-640px)` ] }, { duration: 1000, easing: "ease-out", delay: 2000...

@Rycochet I'd like to poke at this. any recommendations for where I should start looking?

@jhalvorson just create it if it doesn't exist ``` config.resolve.modules = (config.resolve.modules || []).concat([nodePath]) ```

Taking this a step further, would it be possible to use the repo's installed version of prettier? Its easy for the `prettier_version` value to get out of sync with what...

you'll need to adapt this to your use case but here is an example that I use to get the current index|page ```` ```` then in your controller this.pagination.currentPage would...

@jvaill would you accept PR's to this lib still? Repo doesn't seem active but I have several improvements that can be added to this.

also fails for things like `Apt A and B`

seeing this as well when using react-app-rewired and craco with a create react app application. very strange.