-
... Then a huge :+1: from me! I'd really like to be able to use Object+ in web components that have no other need to bring in the rest of NestedTypes :)
-
Universal ES6 class decorator to invoke base class' `define`.
Key element in enabling NestedTypes object system metaprogramming facilities for ES6 classes.
``` javascript
@Object.define({
attri…
-
Trying to use the latest EP release is failing on java 8,
due to `javac-9-dev-r3297-3.jar` contains a few v53 class files, which asm doesn't support yet.
The breakage is during `buck build buck` :…
-
when doing pip install -r requirements from branch #fix-numpy-dependency we get:
```
You are using pip version 7.1.0, however version 9.0.1 is available.
You should consider upgrading via the 'p…
-
Hi,
i wrote simple model with validate function:
ProfileChangePasswordModel = Nested.Model.extend({
```
attributes: {
password: String.value( null ).has.toJSON( false ),
new_password: Stri…
Bolik updated
8 years ago
-
Design clean and concise transactions mechanic.
- collection.each must be transactional by default
- obj.transaction must pass an object as an argument to inner function.
- no change:attr bubbling for…
-
Hi!
Does NestedReact support ES6 classes? If not, are there corresponding plans?
Thanks!
-
Is it possible to write a nested query in the SQL syntax you provide? I am talking about the queries from here: https://www.elastic.co/guide/en/elasticsearch/reference/1.4/mapping-nested-type.html
-
Special case for @define
```
props: {
name : Task.Collection.has.changeEvents( true ), // = undefined, track changes
selected : Function // = undefined
className : 'so…
-
NestedTypes state spec
```
@define({
state : {
count : Number
},
Model : BaseClass
})
class MyComponent extends Component{
render(){
}
}
```