Adeyinka Adegbenro

Results 6 comments of Adeyinka Adegbenro

### Outline - Introduction - What is Continuous Deployment and why is it Important? - What is Travis CI? Why use it for CI/CD? - Why use Fly?   -...

> @AdeyinkaAdegbenro this looks okay to me. You might not need to cover installing Docker locally, but if it's needed, you can reference it in the prerequisites. Alright.

@karllhughes, I wrote my first draft yesterday already, using this one https://github.com/fly-examples/hellofly. Is it required to use the Fly Greeting app? If it is, I'm happy to change it.

@codepope I'll be replacing the `hellofly` app in the tutorial with the `Fly Greeting` app since a testable app helps demonstrate continuous deployment better. @karllhughes I'll send what I have...

In my own case the placeholders lingered even after insertion/dragging into my nested list. I fixed it by adding` dnd-inserted='setStyle("dndPlaceholder", "display", "none")'` and `dnd-dragover=setStyle("dndPlaceholder", "display", "block")` to my div with...