Michelle Huang
Michelle Huang
Removed directoryListing completely and it now opens index.html automatically. ``` gulp.src("build") .pipe(webserver({ livereload: true, fallback: "index.html", port: 8080, open: true })); ```
This is still broken or broken _again_. Setting `types: ['(cities)']` doesn't limit the search results to cities, the search results still returns all types.
I commented this on an issue on the quilljs github, but same thing can be applied here. Add `scrolling-container="html"` to your ReactQuill component and add this css: ``` .ql-clipboard {...
Hey, I noticed the API is down again. Can we get it up again? Thanks!