Piotr Hebda
Piotr Hebda
``` $ bower install angular-timer --save bower angular-timer#* cached https://github.com/siddii/angular-timer.git#1.3.4 bower angular-timer#* validate 1.3.4 against https://github.com/siddii/angular-timer.git#* bower moment#~2.9.0 cached https://github.com/moment/moment.git#2.9.0 bower moment#~2.9.0 validate 2.9.0 against https://github.com/moment/moment.git#~2.9.0 bower humanize-duration#~2.8.0 cached https://github.com/EvanHahn/HumanizeDuration.js.git#2.8.0...
When i try to extend ES6 class (transpiled to ES5 with babel) as a parent class and I call `MyJSFaceCLass.$super.call(this);` I get an error with pointing line to `$super.call` as...
**Is your feature request related to a problem? Please describe.** I'd like to make custom, external request with custom headers for fetching data using `github.request()` in my github-script. However, the...
I think that it will be a nice and useful feature to (re)render all columns with a new structure data(array) given as parameter. Currently we are forced to render each...
ie. `finder.destroy()` should: - clear all event listeners - clear container html - return destroyed object
This plugin causes Network Error with https://github.com/axios/axios `GET` requests that includes `Authentication` header. Please consider supporting cors headers if request is mapping or cutting off headers in some way. Occurs...
**Context:** Large GraphQL codebase. We were experiencing random unhandled promise errors and app crash on node server with [`unhandledRejection`](https://nodejs.org/api/process.html#event-unhandledrejection) with stack trace pointing out our deep in the code methods....
* **I'm submitting a ...** [ ] language request [ x ] bug report [ ] feature request [ ] question about the decisions made in the repository [ ]...
This error is called on [this line](https://github.com/diosney/angular-bootstrap-datetimepicker-directive/blob/master/angular-bootstrap-datetimepicker-directive.js#L44): ``` $element .on('dp.change', function (e) { if (ngModelCtrl) { $timeout(function () { ngModelCtrl.$setViewValue(e.target.value); // TypeError: Cannot read property '$$phase' of null }); }...