Denis Sikuler
Denis Sikuler
**Put "Add ____" as Title** [X] Done **Provide a link to the proposed addition.** https://github.com/sindresorhus/quick-look-plugins **Explain why it should be added** Currently QuickLook Plugins section contains the only item. The...
**Put "Add ____" as Title** [X] Done **Provide a link to the proposed addition.** http://goldendict.org/ https://github.com/goldendict/goldendict/wiki/Early-Access-Builds-for-Mac-OS-X **Explain why it should be added** It is a good dictionary lookup application. There...
It seems there is absent parameter in signature of `bindCSS` and in the corresponding example inside [DOM Bindings document](https://github.com/soney/ConstraintJS/wiki/DOM-Bindings). In the former case there is no reference to the processed...
There is a typo in the example for [cjs.bindCSS documentation](http://cjs.from.so/api/#cjs_bindCSS): > cjs.bindCSS(my_elem, **''background-color'**, color); Moreover it seems that the second signature of `bindCSS` should be `bindCSS(element, key, value)` where `element`...
There is a typo in `README.md`: > args (optional) - additional arguments to *pas* to the callback function when triggered
There is a typo in `README.md`: > Typo: At this date _(5015-07-18)_ only Chrome supports Object.observe.
## Description It is impossible change `hanger` and `anchor` after they are initialized. ## Steps to check or reproduce See the following code sandbox: https://codesandbox.io/s/react-flicking-hanger-anchor-change-issue-4891r Click on button "Focus next"...
## Description I’ve encountered a couple of issues by using React Flicking. 1. Calling `focus` method for a panel may trigger `needPanel` event. 2. Decreasing number of panels trigger “Maximum...
## Description Usage of some combinations of `hanger` & `anchor` prevents ability to focus panels. Nor flicking's `next` method neither panel's `focus` method does work. I've found that the following...