Taras Mankovski

Results 105 issues of Taras Mankovski

The example in the dummy app on http://localhost:4200/sort-array-controller doesn't work. For some reason, sorting the content with array controller doesn't update the table. Need to figure this out.

Added the ability to pass a callback that will be called when end of scroll position is reached

Would you like help maintaining this library? I'm using this library in an Ember.js addon and I want to make sure it doesn't go unmaintained as antiscroll did. Let me...

Is it possible to write a Breach module that will provide custom API that can be consumed by frontend applications? Or create custom events that are triggered by Node and...

Enhancement

Thumbnails were only fetched on didInsertElement. When the URL change, the thumbnail was not refetched. This PR adds code to ensure that when the URL changes a new thumbnail is...

:wave: Thank you for the awesome library. My team is very excited about using it to build the [BigTest](https://github.com/thefrontside/bigtest) test runner CLI UI. The CLI UI that we want to...

Will write description tomorrow

NetlifyCMS uses this package as a dependency. This package includes [an `eval` function](https://github.com/iarna/iarna-toml/blob/latest/lib/toml-parser.js#L178) that is not permitted with CSP 'unsafe-eval' which prevents NetlifyCMS from working in secure environments. https://github.com/netlify/netlify-cms/issues/4367#issuecomment-699884163 Please,...

## Motivation Closes #45 ## Approach Remove code that uses eval to `require('util').inspect`. This might be the wrong solution but we can use this as a starting point to figure...