Lukasz
Lukasz
Sure: https://github.com/chaijs/deep-eql `karma-mocha-reporter` has this feature implemented: https://github.com/litixsoft/karma-mocha-reporter/blob/master/index.js#L373 so it may be good inspiration point.
You mean create pull request to [copy-github-labels-cli repository](https://github.com/jvandemo/copy-github-labels-cli) ? Yeah, it sounds reasonable to me
I'll try to finish it in copy-github-labels repository this week :)
I've created [issue in cli repository](https://github.com/jvandemo/copy-github-labels-cli/issues/7), because I'm not sure if this project is still maintained.
I'd like to implement it. I have 3 questions: - where we want to search for git-credentials file - `~/.git-credentials` and `$XDG_CONFIG_HOME/git/credentials` or we need to check another paths as...
What is the easiest way to reproduce browser disconnection ?
@crobinson42 thanks for paying attention to my issue :) I prepared demo here: https://github.com/lusarz/jsdata-hello-world Steps to see issue: - run application (like described in README.md) - open `http://localhost:3000/` in browser...
I prepared pull request: https://github.com/js-data/js-data-adapter/pull/13
I think we need also to "install" Chrome. In my projects I have `puppeteer` added as dev dependency, and line: process.env.CHROME_BIN = require('puppeteer').executablePath() inside `karma.conf.js`.
@vumaasha Hello, unfortunately it is not possible to change active month dynamically in current implementation. We use `defaultDate` in `data` stage, which is used only during component mount: https://github.com/codesthq/vuelendar/blob/master/components/vl-calendar.vue#L65-L71 Would...