Alexandr

Results 10 issues of Alexandr

I have a question. It's a bad idea for S to create something like a local state for effects (hooks?)? For example ``` const $source = S.value(0); const $target =...

i dont know bug this or no, but in redux-saga we cant stop router transition after TRANSITION_START, becouse in [file](https://github.com/router5/router5/blob/03a96c62412b558531f0435dd5ab0e47e2ea56cf/packages/router5/modules/core/navigation.ts#L140) ``` ... router.invokeEventListeners( constants.TRANSITION_START, toState, fromState ) cancelCurrentTransition = transition(...

My config: ``` { "ecmaVersion": 6, "libs": [ "ecma5", "ecma6", "browser", "react" ], "dontLoad": [ "**/node_modules/**" ], "plugins": { "node": {}, "es_modules": { "baseUrl": "./" }, "webpack": { "configPath": "./build/fake.js"...

Listen `animationend` event.

Can u add ability for manage container node? For example i want add some css class for him.

Hi, neon-animation now is deprecated(https://www.polymer-project.org/blog/2017-07-12-an-update-on-neon-animation), but version for polymer 3 still use neon-animation for polymer 2. This bug will be fixed till official release?

npm install: No matching version found for @polymer/neon-animation@^3.0.0-pre.1

### Expected Behavior Full destroy pixi/dom/webgl object after destroy app ### Current Behavior A lot of detached objects keep in memory ### Steps to Reproduce I created small [repo](https://github.com/AStaroverov/PixiMemoryLeak) for...

After attempt use compiled code with different contexts I catching error ```ReferenceError: plus is not defined``` and my code ```function plus(n,u){return n+u};function minus(n,u){return n-u};var a=plus(value,10);return minus(a,5);```. In documentation I didn't...