Fatih Kadir Akın

Results 12 issues of Fatih Kadir Akın

Hey @darcyadams, I just started creating a file called `FUTURE.md`. Can you inspect it and give your opinions? Thanks! :)

enhancement
help wanted

It may be early but try to use `for-of` instead of `for-in` loops.

enhancement

It may have grammatical issues: http://deloreanjs.com/api/delorean.html

enhancement
help wanted

when a store of a dispatcher couldn't update, rollback all stores to the old state.

enhancement

There are no tests. (OMG)

enhancement

Subscriptions need to be implemented. They can be that easy: ```js var onCommentsAdded = graph.subscribe`{ commendAdded { user {name}, text } }` onCommentsAdded(function (data) { console.log(data.user.name) }) ``` And can...

enhancement

Add file upload handling.

enhancement

Use `aria-busy` for the loading elements. Refs: https://accessibilityresources.org/aria-busy

enhancement

Maybe we can create a static [@storybook/vue](https://github.com/storybooks/storybook) for `gh-pages` branch.

Should we support browsers with no support of flexbox? Seems **IE 9 and 8** does not have support for flexbox. Maybe we can fallback to `table` view with columns: ```...

enhancement
question