Ognen Ivanovski

Results 22 issues of Ognen Ivanovski

Opening a file with Flow enabled, throws the following. **Atom Version**: 1.2.0 **System**: Mac OS X 10.11.1 **Thrown From**: [ide-flow](https://github.com/lukehoban/atom-ide-flow) package, v0.8.0 ### Stack Trace Uncaught TypeError: deprecationSite.getFileName is not...

The package contains the micro-framework used to build skele apps.

discussion
WIP

...Tunnel-agent needs to go up to 0.6

chore
dependencies

A number of security alerts popped up on its dependencies.

chore
dependencies

## `interactive` metadata on actions For a variety of reasons (e.g. determining the priority of a dispatch, instrumentation, tracing, etc.) it is important to know whether an action was dispatched...

enhancement
discussion

Currently, if an element wishes to communicate with another element it issues a 'global' action (starts with '.', which will hit the first ancestor element in the ancestors chain that...

updates
sagas
zippers

Internally, replace the usage of *cursors* with *zippers*. In the public facing API: - [ ] Element components receive a new property `location` which is the current zipper - [...

ui
zippers

As it becomes apparent that parts of the framework, need to be useful in a Node environment, it becomes necessary to restructure the packages a bit better. Additionally, we are...

It may be a good idea to allow events (or any any consumer) to wait until a dispatched action has been consumed, potentially by an effect. e.g. ```javascript effects.register(kind, action,...

discussion

The 'read' acton (and accompanying saga) is an example of a generic (in the sense that it can be triggered for every element) action. Provide a mechanism to declare updates...

updates
sagas