Artem Tyurin

Results 22 issues of Artem Tyurin

A new option should be added to Open videos select in Preferences. The goal is to allow blocking various distractions like related videos when the video is paused or finished....

enhancement
help wanted
good first issue

AMD/CommonJS support would be nice.

``` js // @example /* $.fly.dropdown.extend({ defaults: { position: 'bottom center', content: function () { return Template('dropdown').render({}); } }, init: function() { var dropdown = this; // use .root() to...

Added https://github.com/agentcooper/Telik

Hi, @andrewrk. Thanks for this module. I am using to solve a heavy computation task. It seems that there is a much more performant heap implementation: https://github.com/lemire/FastPriorityQueue.js. Would you consider...

```js type Base = { name: string } type Alternative = { type: 'A', value: string } | { type: 'B', value: number }; type Final = Alternative & Base;...

The package is using it's own fork of xml-rpc module because of https://github.com/baalexander/node-xmlrpc/issues/117. There should be a way around it.

https://github.com/agentcooper/react-native-hypertext/blob/master/Hypertext.ios.js#L10