-
I've tried importing exactly as described in the README.md and also tried importing directly into the acceptance test but can't seem to find the right path to include the modules. Here are my set of p…
-
How do you reset the dates when a user clear the form data to reset everything?
-
Experienced this today. I'm using Bootstrap, and have a button field with the calendar icon. When I bind the calendars trigger to that button, I have some really strange behaviour where clicking on …
-
this library appears to set the value in the model in a formatted way e.i DD/MM/YYYY. Is there a way to display it as such and set the value in a iso8601 format? I tried the same code directly with em…
-
I'll be happy to set this up, but is there a consensus on what service we might prefer?
-
https://emberjs.com/deprecations/v2.x/#toc_arguments-in-component-lifecycle-hooks
```
DEPRECATION: [DEPRECATED] Ember will stop passing arguments to component lifecycle hooks. Please change `#didU…
-
On branch master, using either Firefox or Internet Explorer (but not Chrome), it is not possible to use the month or year selectors. When clicking the month or year, the datepicker 'disappears', preve…
-
## The devDependency [vue](https://github.com/vuejs/vue) was updated from `2.5.18` to `2.5.19`.
🚨 [View failing branch](https://github.com/enrian/vue-pikaday/compare/master...enrian:greenkeeper%2Fvu…
-
I have a eslintrc.yml file like so:-
```
env:
browser: true
node: false
parserOptions:
ecmaVersion: 6
sourceType: "module"
rules:
max-len:
- error
- 120
- ignoreComme…
akc42 updated
6 years ago
-
I have an .eslintignore file in the root of my project. It contains:
`/tests/reports/*`
The goal of this is to get all the istanbul reports ignored. If I just run `eslint` this works, but if I run…