Will Goldstein

Results 7 issues of Will Goldstein

**Describe the bug** I saved a draft blog post, then went back to edit it, and I cannot save it because `publish_date` is `sometimes|required|date`, but the `published_date` being sent up...

Alerts like: ``` > {success.fa-quote-left} "something" ``` Do not work and look like this: ![image](https://user-images.githubusercontent.com/20759342/70460474-67574800-1a84-11ea-9617-ba83fac33665.png) They only work if you don't include `.fa-ICON`. And for some reason, `> {primary} text`...

**Is your feature request related to a problem? Please describe.** Sort of - if you try to import a vue component in the config, you get an error on load...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I would like to have search capability so users can search and find results...

**Describe the bug** Noticing that all of the share icons seem to be out of date with fontawesome's current library. My `package.json`: ``` "@fortawesome/fontawesome-svg-core": "^1.2.2", "@fortawesome/pro-light-svg-icons": "^5.10.2", "@fortawesome/pro-regular-svg-icons": "^5.10.2", "@fortawesome/pro-solid-svg-icons":...

Would be awesome if we could delimit the search term by something like a `,` Use case: search term (`query`): `annual inspection, elevator trim hardware` splitBySpace: false I'd like to...

enhancement

When using create in settings, like: ``` create: function(input,callback){ .... callback(); } ``` I get this error: ![image](https://user-images.githubusercontent.com/20759342/49828208-423cd600-fd59-11e8-9fd5-1c0e4b502ae7.png)