-
Есть несколько предложений по улучшению фреймворка для совместимости с ES6:
импорты: лучше расположить base.controller и base.model не в общем пакете, а например во вложенности.
классы: посмотрите ка…
-
We regularly advise customers to separate their input and output models (or view-models) when using MVC. This provides a typed protection from issues like [mass assignment](https://en.wikipedia.org/wi…
-
We need a new README structure for V.1. Here's what we're thinking (WIP):
---
[Awesome GIF]
## Table of contents
- [Quick-Start](#quick-start)
- [Documentation](#documentation)
- [Plugins](#plugins…
-
Let’s use this thread for a general discussion.
Does the flow feel good?
Did we pick the right plugins, presets, and loaders?
Do you see areas for improvement?
This project is in a _very_ early stag…
-
This is a proposal to kill the automatic conversion of objects / arrays to observables:
```javascript
const todo = { done: false}
isObservable(todo) // false
const todos = observable([]) // ob…
-
Based on the recent discussion with @zenparsing and @impinball in [this thread](https://github.com/zenparsing/es-function-bind/issues/24#issuecomment-141331472) and issue #25 , I think it might be san…
ssube updated
7 years ago
-
Adding actual promise support to Node has proven really difficult and a tremendous amount of work. In addition post-mortem concerns and other concerns proved to be a big burden. I think given the very…
-
I was just about to reply to issue "How to drive F# Adoption - Part 1" (#798) when I noticed that it disappeared. Same for Part 2 (#803) and Part 3 (#809). Why do issues get deleted?
**Edit**: Part 1…
-
@shelby3 I want to discuss whether to include union types here. I would like to design a language that meets the requirements you have for extensibility, but I don't necessarily want to achieve it wit…
keean updated
8 years ago
-
Observables, like Promises, can be either multicast or unicast. This is an implementation detail, should not be observable. In other words, it should be possible to switch an Observable from unicast t…