Bohdan Lyzanets

Results 23 issues of Bohdan Lyzanets

WebStorm (and other JetBrains IDEs) has its own terminal in IDE, based on [JediTerm](https://github.com/JetBrains/jediterm). It would be cool if your library add support for it. There is an env variable...

enhancement
help wanted
good first issue

There is a fix in backbone which finally allow us to use it: https://github.com/jashkenas/backbone/pull/4227/

Plain `filenames.join(' ')` will lead to errors if/when some file paths will have a space in it. cc @zemlanin

### The Problem dynamic fields are not validated after validation rules are changed ### Steps to Reproduce try click on the checkbox and check validation https://codepen.io/asadsadsa/pen/brMjOw ### Expected Behavior after...

Could You please, add suport of [ng-annotate](https://github.com/olov/ng-annotate) [di](https://github.com/Gillespie59/eslint-plugin-angular/blob/master/docs/di.md) syntax? I mean comments like `/* @ngInject */`.

Hacktoberfest

When app, that uses library with bundled `css-element-queries`, has own `css-element-queries` dependency, `css-element-queries` from library bundle conflicts with `css-element-queries` from app for example: https://github.com/marcj/css-element-queries/blob/1.0.2/src/ElementQueries.js#L170-L179

enhancement

Could You add common js support? Examples: - [angular-ui-router](https://github.com/angular-ui/ui-router/blob/f5fd57860c15e8d4b6b9c26c8ccae504d213c6e4/Gruntfile.js#L45-L47) - [anguar-cookie](https://github.com/angular/bower-angular-cookies/blob/master/index.js) Result file should be like: ``` js /* commonjs package manager support (eg componentjs) */ if (typeof module !==...

Currently, angular does not run digest cycle after executing `vsScrolledToEnd` method. This PR adds `$scope.$apply()` to run digest cycle after `vsScrolledToEnd`