Max

Results 8 issues of Max

Add support for undollar to 'eat' different shell prompt characters such as and '%' and '#' (though this may warrant a confirmation prompt because it represents a superuser).

enhancement

By inspecting the prop types defined on the `MorphTransition` component, in `lib/MorphTransition.js` at line 513, it looks like this component only accepts a single child. ```js MorphTransition.propTypes = { children:...

When you have two elements with `id` and `data-morph-ms` which are **siblings** directly underneath the same parent, navigating back-and-forth between pages results in these elements not being tracked and morphed...

When `git push`ing, with the pre-push hook installed, I got this error: ``` .git/hooks/pre-push: line 6: /Users/max/workspace/project-2/gradlew: No such file or directory lintKotlin found problems, running formatKotlin; commit the result...