Jonas Hübotter
Jonas Hübotter
Regarding your example, it should be possible to fadein the page section by moving the animation argument from the body element to `section#page`, right? Regardless, I like your suggestion of...
@snellingio your take on this looks good, but we have to think about an interface (maybe similar to inline animations) that allows you to specify the desired back-animation in HTML...
Hmm... is this really necessary? The way you're using it right now works and there is no code that could be eliminated by three-shaking. Don't get me wrong. Ideally, we...
This should be merged.
The [webpacker](https://github.com/rails/webpacker/blob/master/README.md#erb) gem generates it when installing the ERB loader.
@rhys-vdw Modifying `runner` & `dependenciesRoot` does not appear to solve the problem. I tried each of them with up to four `../`. Relative to which file should these paths be?...
Here is a sample app that reproduces the problem: https://github.com/jonhue/test_app
`runner: 'ruby bin\\rails runner'` fixed the problem for me.
@rhys-vdw I don't know why, but I need it.
@HolgerJeromin Thank you for these pointers! I actually would be in favor of turning the `Event`type into something like `Event`. That shouldn't really break existing code except altering some error...