digitalformula

Results 4 issues of digitalformula

## Describe the bug Docs cover how to use the search element when using React or Gatsby, but don't cover how to do that when you're using the Web Component....

enhancement
triaged

When running commands like this: calm validate provider_spec --file ./specs/MYSQL_AWS_provider_spec.yaml The DSL will throw an exception such as the following: ``` AWS_provider_spec.yaml [2020-06-10 04:00:36] calm.dsl.cli.main [INFO] File ./specs/MYSQL_AWS_provider_spec.yaml is invalid...

P2

Consider implementing something like `make stage` where Dockerfile contains something like the snippet below. ``` RUN mkdir -p /root/.calm/.local COPY config.ini.example /root/.calm/config.ini COPY init.ini.example /root/.calm/init.ini ``` The idea is to...

enhancement

This is my JS (very simple): $('#slideshow').slideshow({ duration: 600, delay: 5000, transition: 'push(left)', autoPlay: true, selector: 'div.slide' }); And here's the markup: <div id="slideshow" style="width: 940px; height: 300px;"> <div class="slide">Slide...