Dean Malmgren
Dean Malmgren
interestingly, animating opacity by itself seems to work just fine with text elements. I tried to look at the source code to understand what the problem might be but wasn't...
@mknecht thanks for posting what you learned. Even though its been a while I'd still love to get my little project off the ground and Caman seems to be the...
To provide a few more details so you don't have to load the example page on your own, I'm using CAmanJS 4.1.2. When I run the exact same source code...
@mknecht thanks for posting those issues and also for the :monkey_face:. I uncovered some additional problems with the package—even after applying your monkey patches—that have got me started in a...
I took a stab at incorporating this in a manner similar to how `HAMLPY_ATTR_WRAPPER` is written. I didn't see any tests for `HAMLPY_ATTR_WRAPPER` so I wasn't sure the best way...
@jeffpoulton just tried your suggestion and its not working for me. I was trying to create a chrome ssb for sunrise calendar and it is failing miserably with all these...
I looked into this a bit and started to realize this was a bit more complicated than just fixing fabtools.require.directory. The reason this is a little tricky is that `path`s...
One thing you can do is set up an environments fabric task (_e.g._, `boxes`) that specifies the list of vagrant machines to work on. Then you can do something like...
Ah, I see the challenge @karlp. I just made [a note](https://github.com/ronnix/fabtools/pull/177#commitcomment-4966300) on your PR. I guess we can continue the conversation there. Thanks for putting this together; its a great...
Now that I've stepped away from this for a while, I'm coming around to this idea. I rather like the ability to specify several specific vagrant machines from the command...